aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-27 17:45:36 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-27 17:45:39 -0400
commit7f5890c6fc0fc6ac130b0946e744c23e600832e9 (patch)
tree449842935172a42a7e4cd63b4cf5aaa887eef08d
parent4b10d453777c4d1a984eb56e029ad2a00c490e72 (diff)
Prepare champ for global-jjb1.5.0
Issue-ID: AAI-2483 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I9d5b7576ef008c145ca5aa41b47a4e6819e4acf6
-rw-r--r--champ-lib/champ-core/pom.xml3
-rw-r--r--champ-lib/champ-janus/pom.xml3
-rw-r--r--champ-lib/champ-titan/pom.xml3
-rw-r--r--champ-lib/pom.xml3
-rw-r--r--champ-service-deps-janus/pom.xml3
-rw-r--r--champ-service-deps-titan/pom.xml3
-rw-r--r--champ-service/pom.xml6
-rwxr-xr-xpom.xml5
8 files changed, 1 insertions, 28 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml
index 78bec61..df143c4 100644
--- a/champ-lib/champ-core/pom.xml
+++ b/champ-lib/champ-core/pom.xml
@@ -168,9 +168,6 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml
index 6b72c0b..02b375c 100644
--- a/champ-lib/champ-janus/pom.xml
+++ b/champ-lib/champ-janus/pom.xml
@@ -145,9 +145,6 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml
index 9c367a1..de1426a 100644
--- a/champ-lib/champ-titan/pom.xml
+++ b/champ-lib/champ-titan/pom.xml
@@ -128,9 +128,6 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml
index e970843..815928f 100644
--- a/champ-lib/pom.xml
+++ b/champ-lib/pom.xml
@@ -123,9 +123,6 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml
index 84d248d..6407f06 100644
--- a/champ-service-deps-janus/pom.xml
+++ b/champ-service-deps-janus/pom.xml
@@ -330,9 +330,6 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
</plugins>
</build>
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml
index c7a1529..2b35a34 100644
--- a/champ-service-deps-titan/pom.xml
+++ b/champ-service-deps-titan/pom.xml
@@ -295,9 +295,6 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
</plugins>
</build>
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index f27ee5a..bb22cd7 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -365,12 +365,6 @@ limitations under the License.
<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>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 4803df4..012212e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>2.0.0</version>
</parent>
<groupId>org.onap.aai</groupId>
@@ -55,9 +55,6 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>