- 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
<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>
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>3.1.1</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>