summaryrefslogtreecommitdiffstats
path: root/cadi
diff options
context:
space:
mode:
authorJohn J. Franey <john.franey@att.com>2020-04-25 08:42:01 -0400
committerJohn J. Franey <john.franey@att.com>2020-04-25 08:49:54 -0400
commite4220946ef3feb864ed45e4fc14682be2016dc1b (patch)
tree2671668ed24a6982df2015f26a84a9f648861b6e /cadi
parent6a12a6f42bdb2c1a13498f88000bada9b09c683f (diff)
Enable deploy plugin in all poms.
maven will then push all the artifacts to nexus when the deploy goal is invoked. Issue-ID: AAF-1136 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I1957cf2daf60507edae65e8cacf7730bf08a6adb
Diffstat (limited to 'cadi')
-rw-r--r--cadi/aaf/pom.xml2
-rw-r--r--cadi/client/pom.xml2
-rw-r--r--cadi/core/pom.xml2
-rw-r--r--cadi/oauth-enduser/pom.xml11
-rw-r--r--cadi/pom.xml12
-rw-r--r--cadi/servlet-sample/pom.xml2
6 files changed, 6 insertions, 25 deletions
diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml
index 60d9c658..ae40fca7 100644
--- a/cadi/aaf/pom.xml
+++ b/cadi/aaf/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>cadiparent</artifactId>
- <version>2.1.20-SNAPSHOT</version>
+ <version>2.1.21-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml
index ea483e93..fd9ff68b 100644
--- a/cadi/client/pom.xml
+++ b/cadi/client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>cadiparent</artifactId>
- <version>2.1.20-SNAPSHOT</version>
+ <version>2.1.21-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml
index e79dba27..04691dea 100644
--- a/cadi/core/pom.xml
+++ b/cadi/core/pom.xml
@@ -16,7 +16,7 @@
<groupId>org.onap.aaf.authz</groupId>
<artifactId>cadiparent</artifactId>
<relativePath>..</relativePath>
- <version>2.1.20-SNAPSHOT</version>
+ <version>2.1.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml
index e3abc56c..d589adaf 100644
--- a/cadi/oauth-enduser/pom.xml
+++ b/cadi/oauth-enduser/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>cadiparent</artifactId>
- <version>2.1.20-SNAPSHOT</version>
+ <version>2.1.21-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -168,15 +168,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8.1</version>
- <configuration>
- <skip>false</skip>
- </configuration>
-
- </plugin>
</plugins>
</pluginManagement>
</build>
diff --git a/cadi/pom.xml b/cadi/pom.xml
index 40c04817..3272f041 100644
--- a/cadi/pom.xml
+++ b/cadi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.1.20-SNAPSHOT</version>
+ <version>2.1.21-SNAPSHOT</version>
</parent>
<artifactId>cadiparent</artifactId>
<name>AAF CADI Parent (Code, Access, Data, Identity)</name>
@@ -174,16 +174,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8.1</version>
- <configuration>
- <skip>false</skip>
- </configuration>
-
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
</plugin>
diff --git a/cadi/servlet-sample/pom.xml b/cadi/servlet-sample/pom.xml
index e4212944..cee65a94 100644
--- a/cadi/servlet-sample/pom.xml
+++ b/cadi/servlet-sample/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.aaf.authz</groupId>
<artifactId>cadiparent</artifactId>
<relativePath>..</relativePath>
- <version>2.1.20-SNAPSHOT</version>
+ <version>2.1.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>CADI Servlet Sample (Test Only)</name>