summaryrefslogtreecommitdiffstats
path: root/appc-client
diff options
context:
space:
mode:
authorjenkins-releng <jenkins-releng@onap.org>2020-05-22 14:29:21 +0000
committerjenkins-releng <jenkins-releng@onap.org>2020-05-22 14:29:21 +0000
commite7d0f02ef389b70096d7820d63d29db4a26abd91 (patch)
tree16c113b27f3a352ab3a2dc3d26c5dda48d20e9c5 /appc-client
parent873a441e888a250ecd4deecb216d83a04c33e5cd (diff)
Release appc1.7.2
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 75a234d24..0159ece1e 100644
--- a/appc-client/client-kit/pom.xml
+++ b/appc-client/client-kit/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
<artifactId>client-kit</artifactId>
diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml
index 40caf778f..0849d74f4 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>2.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
<artifactId>client-lib</artifactId>
diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml
index 10babaaab..ed080982d 100644
--- a/appc-client/client-simulator/pom.xml
+++ b/appc-client/client-simulator/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
<artifactId>client-simulator</artifactId>
diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml
index 7b5e3de77..358c9cdfd 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>2.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
<artifactId>code-generator</artifactId>
diff --git a/appc-client/pom.xml b/appc-client/pom.xml
index 042de4bd3..ce38c2ced 100644
--- a/appc-client/pom.xml
+++ b/appc-client/pom.xml
@@ -28,12 +28,12 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<name>appc-java-client</name>
<description>APPC Java Client</description>