From 6536799456cd99ee80d6a7ce0621fb8539df7a81 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 16 Nov 2017 17:22:13 -0800 Subject: Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: I83e13547f583db020d6f756ddb8918360c38903b Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall Signed-off-by: Patrick Brady --- 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 f98ba05b7..7462a2cbd 100644 --- a/appc-client/client-kit/pom.xml +++ b/appc-client/client-kit/pom.xml @@ -28,7 +28,7 @@ appc-java-client org.openecomp.appc.client - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index d5937ce65..c153555a2 100644 --- a/appc-client/client-lib/pom.xml +++ b/appc-client/client-lib/pom.xml @@ -27,7 +27,7 @@ appc-java-client org.openecomp.appc.client - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index e2c292ac6..c6383a3ef 100644 --- a/appc-client/client-simulator/pom.xml +++ b/appc-client/client-simulator/pom.xml @@ -28,7 +28,7 @@ appc-java-client org.openecomp.appc.client - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 81ef3262d..4b762cb55 100644 --- a/appc-client/code-generator/pom.xml +++ b/appc-client/code-generator/pom.xml @@ -27,7 +27,7 @@ appc-java-client org.openecomp.appc.client - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 6b30d946c..8f7a93dbe 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -29,12 +29,12 @@ org.openecomp.appc appc - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT appc-java-client org.openecomp.appc.client - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT appc-java-client APPC Java Client -- cgit