From dac845c622625f78f5c28be9b93ecf3ab377f488 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 15 Jan 2020 12:25:18 -0800 Subject: Increment version to 1.7.1-SNAPSHOT Change-Id: I1d1528e9029510ac14f7b527b245854df48c3d9a Signed-off-by: Patrick Brady Issue-ID: APPC-1816 --- 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 f3f09c213..126007f13 100644 --- a/appc-client/client-kit/pom.xml +++ b/appc-client/client-kit/pom.xml @@ -26,7 +26,7 @@ appc-java-client org.onap.appc.client - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index d8530e17f..b709f9d21 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.7.0-SNAPSHOT + 1.7.1-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index 5cbc23c2b..8c7698b07 100644 --- a/appc-client/client-simulator/pom.xml +++ b/appc-client/client-simulator/pom.xml @@ -26,7 +26,7 @@ appc-java-client org.onap.appc.client - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 2324f4873..b73e3920d 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.7.0-SNAPSHOT + 1.7.1-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index cfbf68252..2c1771b06 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -28,12 +28,12 @@ org.onap.appc appc - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT appc-java-client org.onap.appc.client - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT appc-java-client APPC Java Client -- cgit 1.2.3-korg