From ed9fd62c6060a3a5ae34a6fd61939f13be07973c Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 7 Nov 2017 11:59:14 -0800 Subject: Changing to Amsterdam release version Appc will be realeased as version 1.2.0 since version 1.1.0 already was created spring 2017. Change-Id: I177931e892c2556c11a261f018fd835d62a14d54 Signed-off-by: Patrick Brady Issue-id: APPC-314 --- 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 ab3b1fa1f..f98ba05b7 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.1.0-SNAPSHOT + 1.2.0-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index b51118a54..d5937ce65 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.1.0-SNAPSHOT + 1.2.0-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index 2fabcc5f4..e2c292ac6 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.1.0-SNAPSHOT + 1.2.0-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 4a318ffe9..81ef3262d 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.1.0-SNAPSHOT + 1.2.0-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 23930a78d..6b30d946c 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -29,12 +29,12 @@ org.openecomp.appc appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-java-client org.openecomp.appc.client - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-java-client APPC Java Client -- cgit 1.2.3-korg