From ff11172a03cb737ffa784a32372a0587c48ec287 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 3 Mar 2024 07:48:00 +0100 Subject: [PATCH] Fix features-test-plugin reference We should not be using project.version, as that actually is the version of the feature being tested. JIRA: ODLPARENT-262 Change-Id: Ia4e258ef47ac2bbd684436ca0d7d0908b43d7f99 Signed-off-by: Robert Varga --- abstract-feature-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abstract-feature-parent/pom.xml b/abstract-feature-parent/pom.xml index e1aaec5c1..43a411c78 100644 --- a/abstract-feature-parent/pom.xml +++ b/abstract-feature-parent/pom.xml @@ -43,7 +43,7 @@ org.opendaylight.odlparent features-test-plugin - ${project.version} + 13.1.0-SNAPSHOT -- 2.36.6