diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-25 10:26:51 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-25 10:44:10 -0400 |
commit | 2d1ddb66a337696915b598d8997ac1b435a6532f (patch) | |
tree | a50cbd3dadec4d6e128a0b16a91674c0b8cb2e9e /pom.xml | |
parent | b31816bbe73439bab7546e1412981106ab0c4bf8 (diff) |
Set oparent to 2.0.0
Issue-ID: AAI-2464
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I7eaef97c6c95063937b613711de48e3e692a22f4
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -25,7 +25,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.aai-common</groupId> @@ -124,17 +124,6 @@ </executions> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${onap.nexus.url}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> <version>3.0</version> @@ -257,11 +246,6 @@ <url>${onap.nexus.url}/content/repositories/releases/</url> </repository> <repository> - <id>ecomp-staging</id> - <name>ECOMP Staging Repository</name> - <url>${onap.nexus.url}/content/repositories/staging/</url> - </repository> - <repository> <id>ecomp-snapshots</id> <name>ECOMP Snapshot Repository</name> <url>${onap.nexus.url}/content/repositories/snapshots/</url> |