diff options
author | sg481n <sg481n@att.com> | 2017-09-18 16:35:50 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-09-18 17:19:08 -0400 |
commit | a2ac6780451f31bf01718cf4e3f196ac421186fd (patch) | |
tree | 623e74a8574c9f151c82545eae8d1d2e881074dc /authz-cass | |
parent | 20e269405bc72144421ebccb1b2208ea22d17a55 (diff) |
Update AAF project version to release docker image
Removed deploy plugin from all pom's.Updated project version to
1.0.1-SNAPSHOT and modified few aaf property files to release
docker image of aaf to nexts onap.
Change-Id: Ic048da22d69b8030974b97bb118892d4b9328f21
Issue-id: AAF-60
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-cass')
-rw-r--r-- | authz-cass/pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/authz-cass/pom.xml b/authz-cass/pom.xml index 1b25ab0d..eb95e2d4 100644 --- a/authz-cass/pom.xml +++ b/authz-cass/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -76,7 +76,7 @@ <dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
- <version>${project.version}</version>
+ <version>${project.cadiVersion}</version>
</dependency>
<dependency>
@@ -118,10 +118,7 @@ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
|