From: Robert Varga Date: Sun, 3 Mar 2024 06:48:00 +0000 (+0100) Subject: Fix features-test-plugin reference X-Git-Tag: v13.1.0~49 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ff11172a03cb737ffa784a32372a0587c48ec287;hp=bef4d296b4373ea3e31c1772c5d88bc797cd9813;p=odlparent.git 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 --- 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