From a6e49b16be6136a76b0aa1f170cf6aa79ad765fe Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 4 May 2020 12:16:20 -0700 Subject: Increment version to 1.8.0-SNAPSHOT Change-Id: Ia39d2dbe393d3ce325abae026e94cd5b761f096c 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 45554a925..73c6520cc 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.2-SNAPSHOT + 1.8.0-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index 11bb03995..8fa9eca3f 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.2-SNAPSHOT + 1.8.0-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index f9ee44a05..2643c9fdf 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.2-SNAPSHOT + 1.8.0-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 50c3d97cc..f93e9232e 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.2-SNAPSHOT + 1.8.0-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index a7b9ce8cc..08d421ed1 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -28,12 +28,12 @@ org.onap.appc appc - 1.7.2-SNAPSHOT + 1.8.0-SNAPSHOT appc-java-client org.onap.appc.client - 1.7.2-SNAPSHOT + 1.8.0-SNAPSHOT appc-java-client APPC Java Client -- cgit 1.2.3-korg