aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-27 16:59:47 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-27 16:59:50 -0400
commitfc60975d760aa515be2a45fe5176217de5e5372b (patch)
tree1970dbd1cbeed7676bed6f4ae321a338c409d62f
parent5156f8b1b1236fb14259b935fa3be5b077a91a28 (diff)
Prepare graphadmin for global-jjb
Issue-ID: AAI-2493 Change-Id: Iecfecda86e5dec098141bee4b9cc87d058c2b005 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rwxr-xr-xpom.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 3697d45..4f50e24 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,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.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
@@ -820,23 +820,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>
<plugin>
<groupId>com.mycila</groupId>