From ccec11114744377358c8a3e87174aa4d29019f58 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Sat, 3 Aug 2019 23:06:41 -0700 Subject: Increment versions after release Change-Id: I83b000b7c4ac94b5eba396b5e1856a970fa90623 Signed-off-by: Patrick Brady Issue-ID: APPC-1686 --- appc-client/client-kit/pom.xml | 2 +- appc-client/client-lib/pom.xml | 2 +- appc-client/client-simulator/pom.xml | 2 +- appc-client/code-generator/pom.xml | 2 +- appc-client/pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'appc-client') diff --git a/appc-client/client-kit/pom.xml b/appc-client/client-kit/pom.xml index 7ed548c80..9ecf44e14 100644 --- a/appc-client/client-kit/pom.xml +++ b/appc-client/client-kit/pom.xml @@ -27,7 +27,7 @@ appc-java-client org.onap.appc.client - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index 424146cd1..a52e5f3ff 100644 --- a/appc-client/client-lib/pom.xml +++ b/appc-client/client-lib/pom.xml @@ -26,7 +26,7 @@ appc-java-client org.onap.appc.client - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index 02edb5e89..fb2078ce9 100644 --- a/appc-client/client-simulator/pom.xml +++ b/appc-client/client-simulator/pom.xml @@ -27,7 +27,7 @@ appc-java-client org.onap.appc.client - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 5e2f883dd..28c00fb75 100644 --- a/appc-client/code-generator/pom.xml +++ b/appc-client/code-generator/pom.xml @@ -26,7 +26,7 @@ appc-java-client org.onap.appc.client - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index b355651b7..0a6655122 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -29,12 +29,12 @@ org.onap.appc appc - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT appc-java-client org.onap.appc.client - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT appc-java-client APPC Java Client -- cgit 1.2.3-korg