diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 1 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.kafka</groupId> @@ -110,17 +110,6 @@ </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> <executions> |