From 350a1d9c99aa5be7480f391a210bda42bda8755b Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 13 Jun 2019 12:28:11 -0700 Subject: Increment version after release Change-Id: I426b14b7a68738ba869c2ca32a0345fedf19a12a Signed-off-by: Patrick Brady Issue-ID: APPC-1595 --- 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 c19f54170..c969872e3 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.5.2-SNAPSHOT + 1.5.3-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index c41663c95..85661f82f 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.5.2-SNAPSHOT + 1.5.3-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index 7f793731c..191633e36 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.5.2-SNAPSHOT + 1.5.3-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index df63ff009..2bb36f2d6 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.5.2-SNAPSHOT + 1.5.3-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index bf323a9b0..56291a32e 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -29,12 +29,12 @@ org.onap.appc appc - 1.5.2-SNAPSHOT + 1.5.3-SNAPSHOT appc-java-client org.onap.appc.client - 1.5.2-SNAPSHOT + 1.5.3-SNAPSHOT appc-java-client APPC Java Client -- cgit