Upgrade maven-release-plugin 91/142791/1 master
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 22 Dec 2025 13:55:33 +0000 (14:55 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 22 Dec 2025 13:55:33 +0000 (14:55 +0100)
- upgrade maven-release-plugin (2.5.3 -> 3.1.1)
- fix pom parent hierarchy in common/clients

Issue-ID: SO-4235
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Change-Id: I111eed7d6f0612094017b78681fdc3075ec9e48d

common/clients/pom.xml
pom.xml

index 7ecb768..5f4d750 100644 (file)
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.onap.so</groupId>
-    <artifactId>so</artifactId>
+    <artifactId>common</artifactId>
     <version>1.16.0-SNAPSHOT</version>
   </parent>
   <artifactId>clients</artifactId>
diff --git a/pom.xml b/pom.xml
index ceebfe3..059d43f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>