aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-25 10:26:51 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-25 10:44:10 -0400
commit2d1ddb66a337696915b598d8997ac1b435a6532f (patch)
treea50cbd3dadec4d6e128a0b16a91674c0b8cb2e9e
parentb31816bbe73439bab7546e1412981106ab0c4bf8 (diff)
Set oparent to 2.0.0
Issue-ID: AAI-2464 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I7eaef97c6c95063937b613711de48e3e692a22f4
-rw-r--r--aai-annotations/pom.xml4
-rw-r--r--aai-auth/pom.xml4
-rw-r--r--aai-core/pom.xml4
-rw-r--r--aai-schema-ingest/pom.xml4
-rw-r--r--aai-utils/pom.xml4
-rw-r--r--pom.xml18
6 files changed, 1 insertions, 37 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml
index 09d86e55..69681c3f 100644
--- a/aai-annotations/pom.xml
+++ b/aai-annotations/pom.xml
@@ -55,10 +55,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml
index 0a1f7eb7..d9a072a7 100644
--- a/aai-auth/pom.xml
+++ b/aai-auth/pom.xml
@@ -70,10 +70,6 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 6c729fcb..4ae59519 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -176,10 +176,6 @@
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml
index 33a3f47b..5d294e39 100644
--- a/aai-schema-ingest/pom.xml
+++ b/aai-schema-ingest/pom.xml
@@ -49,10 +49,6 @@
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml
index 0f3cd5a4..3a6a7b4d 100644
--- a/aai-utils/pom.xml
+++ b/aai-utils/pom.xml
@@ -120,10 +120,6 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index d51535a5..6f891bdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>