summaryrefslogtreecommitdiffstats
path: root/appc-client
diff options
context:
space:
mode:
authorjenkins-releng <jenkins-releng@onap.org>2019-07-31 14:20:33 +0000
committerjenkins-releng <jenkins-releng@onap.org>2019-07-31 14:20:33 +0000
commit32eeb6048b6fbf61f9326207c14e3aeb1c347668 (patch)
treed46bb9c80b262ee51444b96bda08a17a87636370 /appc-client
parentaead9be9cd5aad06f30f15a8c99d68a7108971c2 (diff)
Release appc1.6.0
Diffstat (limited to 'appc-client')
-rw-r--r--appc-client/client-kit/pom.xml2
-rw-r--r--appc-client/client-lib/pom.xml2
-rw-r--r--appc-client/client-simulator/pom.xml2
-rw-r--r--appc-client/code-generator/pom.xml2
-rw-r--r--appc-client/pom.xml4
5 files changed, 6 insertions, 6 deletions
diff --git a/appc-client/client-kit/pom.xml b/appc-client/client-kit/pom.xml
index 7ed548c80..8fb7eed36 100644
--- a/appc-client/client-kit/pom.xml
+++ b/appc-client/client-kit/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
</parent>
<artifactId>client-kit</artifactId>
diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml
index 424146cd1..9a2e8a580 100644
--- a/appc-client/client-lib/pom.xml
+++ b/appc-client/client-lib/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
</parent>
<artifactId>client-lib</artifactId>
diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml
index 02edb5e89..d9f1f72f5 100644
--- a/appc-client/client-simulator/pom.xml
+++ b/appc-client/client-simulator/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
</parent>
<artifactId>client-simulator</artifactId>
diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml
index 5e2f883dd..899d69866 100644
--- a/appc-client/code-generator/pom.xml
+++ b/appc-client/code-generator/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
</parent>
<artifactId>code-generator</artifactId>
diff --git a/appc-client/pom.xml b/appc-client/pom.xml
index b355651b7..170093d88 100644
--- a/appc-client/pom.xml
+++ b/appc-client/pom.xml
@@ -29,12 +29,12 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
</parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
<name>appc-java-client</name>
<description>APPC Java Client</description>