Update maven-deploy-plugin to 3.X version 57/142757/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Sat, 13 Dec 2025 12:52:54 +0000 (13:52 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Sat, 13 Dec 2025 12:52:54 +0000 (13:52 +0100)
- update maven-deploy-plugin (2.8 -> 3.1.4) to
  fix release issues in pipeline

Issue-ID: SO-4232
Change-Id: I5046753d9feccfcdf410e24a253b265537ba2b00
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index 15817f2..da79f28 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </properties>
 
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>3.1.4</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>