Fix features-test-plugin reference 46/110446/4
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Mar 2024 06:48:00 +0000 (07:48 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Mar 2024 07:07:45 +0000 (08:07 +0100)
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 <robert.varga@pantheon.tech>
abstract-feature-parent/pom.xml

index e1aaec5c15ebbdf44d26fa76472d9ea2db3906d2..43a411c7846319dc8108de9d3577325a161f5025 100644 (file)
@@ -43,7 +43,7 @@
                 <plugin>
                     <groupId>org.opendaylight.odlparent</groupId>
                     <artifactId>features-test-plugin</artifactId>
-                    <version>${project.version}</version>
+                    <version>13.1.0-SNAPSHOT</version>
                 </plugin>
             </plugins>
         </pluginManagement>