diff options
author | su622b <su622b@att.com> | 2019-06-28 00:24:47 -0400 |
---|---|---|
committer | su622b <su622b@att.com> | 2019-06-28 00:24:55 -0400 |
commit | a6590cf0df873ef305cfb469b6435dc1e1a3558d (patch) | |
tree | 156d9d3f7123b56df369082cbc57d1fc74cd2e6e | |
parent | 6d8a9ae02f242e84cbf1132a974c9703dc6cfbb7 (diff) |
update oparent
Issue-ID: DMAAP-1125
Change-Id: I317d470d6ab4c4072b4d18cea892de98703c9249
Signed-off-by: su622b <su622b@att.com>
-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> |