diff options
-rw-r--r-- | pom.xml | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -16,7 +16,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.1</version> + <version>2.0.0</version> </parent> <groupId>org.onap.dmaap.zookeeper</groupId> @@ -87,17 +87,7 @@ </dependencies> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <extensions>false</extensions> - <executions> - <execution> - <id>injected-nexus-deploy</id> - <phase>none</phase> - </execution> - </executions> - </plugin> + <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8</version> |