Downgrade maven-deploy-plugin to 3.1.1 59/142759/1 1.13.1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Sat, 13 Dec 2025 14:34:38 +0000 (15:34 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Sat, 13 Dec 2025 14:34:38 +0000 (15:34 +0100)
- downgrade plugin (3.1.4 -> 3.1.1) since 3.1.4
  requires maven 3.6.3 [0] which is newer than what is used
  in the pipeline

[0] https://maven.apache.org/plugins/maven-deploy-plugin/plugin-info.html#system-requirements-history

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

diff --git a/pom.xml b/pom.xml
index da79f28..61033aa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>3.1.4</version>
+                    <version>3.1.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>