diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 15:46:18 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 15:46:20 -0400 |
commit | f5d0fa648130828803c3c2cd0dad912b1b83af34 (patch) | |
tree | 21ef43c46bae9999d4750f514fce525523d2c3ad | |
parent | cd43b2f0565d987eefbe45d267441e4e67c48551 (diff) |
Upversion to oparent 2.0.0
Issue-ID: AAI-2500
Change-Id: Ia2e2b566bb5aa773f665174de4ae0ccd67b87145
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> @@ -72,23 +72,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <executions> - <execution> - <id>default-deploy</id> - <phase>none</phase> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> </plugin> </plugins> </pluginManagement> |