Fix docker staging 78/143378/1 1.16.0
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 24 Feb 2026 12:15:32 +0000 (13:15 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 24 Feb 2026 12:15:32 +0000 (13:15 +0100)
- fix nonresolvable parent pom

Issue-ID: SO-4198
Change-Id: Ibb82afc771934b4385abfa2308572d52e6e43d83
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
common/clients/client-cds/pom.xml
common/clients/clients-base/pom.xml
common/clients/clients/pom.xml

index 63c968c..c18b801 100644 (file)
@@ -6,6 +6,7 @@
     <groupId>org.onap.so</groupId>
     <artifactId>common</artifactId>
     <version>1.16.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.onap.so</groupId>
index 3b9cf68..46ceb29 100644 (file)
@@ -6,6 +6,7 @@
     <groupId>org.onap.so</groupId>
     <artifactId>common</artifactId>
     <version>1.16.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>clients-base</artifactId>
   <properties>
index 4f0eb21..1f9ddbd 100644 (file)
@@ -6,6 +6,7 @@
     <groupId>org.onap.so</groupId>
     <artifactId>common</artifactId>
     <version>1.16.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.onap.so.common.clients</groupId>