Upversion to oparent 2.0.0 62/90862/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 3 Jul 2019 19:46:18 +0000 (15:46 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 3 Jul 2019 19:46:20 +0000 (15:46 -0400)
Issue-ID: AAI-2500
Change-Id: Ia2e2b566bb5aa773f665174de4ae0ccd67b87145
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5f44771..6ce47db 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
                 <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>