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