summaryrefslogtreecommitdiffstats
path: root/authz-client
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-18 16:35:50 -0400
committersg481n <sg481n@att.com>2017-09-18 17:19:08 -0400
commita2ac6780451f31bf01718cf4e3f196ac421186fd (patch)
tree623e74a8574c9f151c82545eae8d1d2e881074dc /authz-client
parent20e269405bc72144421ebccb1b2208ea22d17a55 (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-client')
-rw-r--r--authz-client/pom.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/authz-client/pom.xml b/authz-client/pom.xml
index 6ef4852f..4151ab24 100644
--- a/authz-client/pom.xml
+++ b/authz-client/pom.xml
@@ -31,7 +31,7 @@
<name>Authz Client</name>
<description>Client and XSD Generated code for Authz</description>
<groupId>org.onap.aaf.authz</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<url>https://github.com/att/AAF</url>
<licenses>
@@ -104,14 +104,7 @@
<target>1.6</target>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <skip>false</skip>
- </configuration>
- </plugin>
+
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->