OParent upgraded and Maven Plugin deletion 77/90577/1
authoregernug <gerard.nugent@est.tech>
Thu, 27 Jun 2019 09:49:09 +0000 (09:49 +0000)
committeregernug <gerard.nugent@est.tech>
Thu, 27 Jun 2019 09:49:09 +0000 (09:49 +0000)
Change-Id: I81900f420cf5516c8a4a9011855af0e1928cce61
Issue-ID: DMAAP-1224
Signed-off-by: egernug <gerard.nugent@est.tech>
datarouter-node/pom.xml
datarouter-prov/pom.xml
pom.xml

index 93c8686..42c1c9a 100755 (executable)
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.sonatype.plugins</groupId>
-                <artifactId>nexus-staging-maven-plugin</artifactId>
-            </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
index 56a4b13..c71d877 100755 (executable)
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.sonatype.plugins</groupId>
-                <artifactId>nexus-staging-maven-plugin</artifactId>
-            </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 11b0e9e..48fa1d1 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.2.3</version>
+        <version>2.0.0</version>
     </parent>
     <properties>
         <!--revision must also be set in the version.properties file at project root-->
     </dependencyManagement>
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.sonatype.plugins</groupId>
-                <artifactId>nexus-staging-maven-plugin</artifactId>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>