Fix another features-test-plugin reference 51/110451/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Mar 2024 10:55:28 +0000 (11:55 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Mar 2024 10:55:47 +0000 (11:55 +0100)
We should not be using project.version, as that actually is the version
of the feature being tested.

JIRA: ODLPARENT-262
Change-Id: Ic97d9f654ec13e19d2fa98d125838e7c51473c8d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
feature-repo-parent/pom.xml

index ad57f14b319bc2b292bfef295fa0f3cb710b2b5e..e1b6c6b5c2eda06c041d838c0658ed268d8e96d3 100644 (file)
             </plugin>
         </plugins>
         <pluginManagement>
-          <plugins>
-            <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-            <plugin>
-              <groupId>org.eclipse.m2e</groupId>
-              <artifactId>lifecycle-mapping</artifactId>
-              <version>1.0.0</version>
-              <configuration>
-                <lifecycleMappingMetadata>
-                  <pluginExecutions>
-                    <pluginExecution>
-                      <pluginExecutionFilter>
-                        <groupId>org.apache.karaf.tooling</groupId>
-                        <artifactId>karaf-maven-plugin</artifactId>
-                        <versionRange>[4.1.5,)</versionRange>
-                        <goals>
-                          <goal>verify</goal>
-                        </goals>
-                      </pluginExecutionFilter>
-                      <action>
-                        <ignore></ignore>
-                      </action>
-                    </pluginExecution>
-                  </pluginExecutions>
-                </lifecycleMappingMetadata>
-              </configuration>
-            </plugin>
-              <plugin>
-                  <groupId>org.opendaylight.odlparent</groupId>
-                  <artifactId>features-test-plugin</artifactId>
-                  <version>${project.version}</version>
-              </plugin>
-          </plugins>
+            <plugins>
+                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+                <plugin>
+                    <groupId>org.eclipse.m2e</groupId>
+                    <artifactId>lifecycle-mapping</artifactId>
+                    <version>1.0.0</version>
+                    <configuration>
+                        <lifecycleMappingMetadata>
+                            <pluginExecutions>
+                                <pluginExecution>
+                                    <pluginExecutionFilter>
+                                        <groupId>org.apache.karaf.tooling</groupId>
+                                        <artifactId>karaf-maven-plugin</artifactId>
+                                        <versionRange>[4.1.5,)</versionRange>
+                                        <goals>
+                                            <goal>verify</goal>
+                                        </goals>
+                                    </pluginExecutionFilter>
+                                    <action>
+                                        <ignore></ignore>
+                                    </action>
+                                </pluginExecution>
+                            </pluginExecutions>
+                        </lifecycleMappingMetadata>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.opendaylight.odlparent</groupId>
+                    <artifactId>features-test-plugin</artifactId>
+                    <version>13.1.0-SNAPSHOT</version>
+                </plugin>
+            </plugins>
         </pluginManagement>
     </build>