Fix features-test-plugin-it parent reference 21/110421/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 1 Mar 2024 17:32:22 +0000 (18:32 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 1 Mar 2024 17:32:22 +0000 (18:32 +0100)
The path is not pointing to the actual parent, fix that.

Change-Id: Ic4f1338df382a5edf12c58794b99f33e064012fd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-test-plugin-it/pom.xml

index e7b861021fef6ac4c87aa0c4e96dffc54509707d..b2885a975b7aa20ac80cd6adde823fd8a0c00594 100644 (file)
@@ -12,7 +12,7 @@
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
         <version>13.0.11-SNAPSHOT</version>
-        <relativePath>../../odlparent</relativePath>
+        <relativePath>../odlparent</relativePath>
     </parent>
 
     <artifactId>features-test-plugin-it</artifactId>
@@ -67,4 +67,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>