From 84d0a254bd9fd2779a116edc1901260bd2c7d11e Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 22 May 2018 10:42:55 -0700 Subject: Increment version for new branch Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT and update version file. Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3 Signed-off-by: Patrick Brady Issue-ID: APPC-916 --- 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 3ff3b7844..b5cb6e5f4 100644 --- a/appc-client/client-kit/pom.xml +++ b/appc-client/client-kit/pom.xml @@ -28,7 +28,7 @@ appc-java-client org.onap.appc.client - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index 362e2b7e6..47491e829 100644 --- a/appc-client/client-lib/pom.xml +++ b/appc-client/client-lib/pom.xml @@ -27,7 +27,7 @@ appc-java-client org.onap.appc.client - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index cb6b2b051..bd391f4fe 100644 --- a/appc-client/client-simulator/pom.xml +++ b/appc-client/client-simulator/pom.xml @@ -28,7 +28,7 @@ appc-java-client org.onap.appc.client - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 998e4e213..cc9ce638d 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.3.0-SNAPSHOT + 1.4.0-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 1d218a9f8..fc8e32f4c 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -27,12 +27,12 @@ org.onap.appc appc - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT appc-java-client org.onap.appc.client - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT appc-java-client APPC Java Client -- cgit 1.2.3-korg