diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-01-21 19:39:17 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-01-21 19:39:17 +0000 |
commit | f16e1eef7e30a9b64b4dc65fd2ebaa147526270b (patch) | |
tree | 5fa0388d5a464f6275e4768f25b9f37ea502336e /appc-client | |
parent | 21c6e0b092ba9546f2b3ec02d5f4b56177e08d3d (diff) |
Release appc1.7.0
Diffstat (limited to 'appc-client')
-rw-r--r-- | appc-client/client-kit/pom.xml | 2 | ||||
-rw-r--r-- | appc-client/client-lib/pom.xml | 2 | ||||
-rw-r--r-- | appc-client/client-simulator/pom.xml | 2 | ||||
-rw-r--r-- | appc-client/code-generator/pom.xml | 2 | ||||
-rw-r--r-- | appc-client/pom.xml | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/appc-client/client-kit/pom.xml b/appc-client/client-kit/pom.xml index f3f09c213..573a490f6 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>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>client-kit</artifactId> diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index d8530e17f..52c75a772 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.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>client-lib</artifactId> diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index 5cbc23c2b..f75e82435 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>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>client-simulator</artifactId> diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 2324f4873..faac26c42 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.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>code-generator</artifactId> diff --git a/appc-client/pom.xml b/appc-client/pom.xml index cfbf68252..7af6a4409 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>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>appc-java-client</artifactId> <groupId>org.onap.appc.client</groupId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> <name>appc-java-client</name> <description>APPC Java Client</description> |