aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2019-06-27 09:49:09 +0000
committeregernug <gerard.nugent@est.tech>2019-06-27 09:49:09 +0000
commit39526add8cc745fc46149ad3c9cf3e3305bc94ef (patch)
treea86bae006b6135089e99eaa3b72f4938de2fef2a
parent8f28bfe406b657c924440dcee6e3d7b302ce639c (diff)
OParent upgraded and Maven Plugin deletion
Change-Id: I81900f420cf5516c8a4a9011855af0e1928cce61 Issue-ID: DMAAP-1224 Signed-off-by: egernug <gerard.nugent@est.tech>
-rwxr-xr-xdatarouter-node/pom.xml4
-rwxr-xr-xdatarouter-prov/pom.xml4
-rwxr-xr-xpom.xml6
3 files changed, 1 insertions, 13 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml
index 93c86864..42c1c9a4 100755
--- a/datarouter-node/pom.xml
+++ b/datarouter-node/pom.xml
@@ -370,10 +370,6 @@
<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>
</plugin>
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml
index 56a4b139..c71d877b 100755
--- a/datarouter-prov/pom.xml
+++ b/datarouter-prov/pom.xml
@@ -430,10 +430,6 @@
<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>
<configuration>
diff --git a/pom.xml b/pom.xml
index 11b0e9e5..48fa1d1a 100755
--- 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-->
@@ -265,10 +265,6 @@
<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>
<configuration>