- 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>
<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>