From ccd67e90d34875ea01c7ab167a9d6067c9cec982 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 12 Nov 2018 12:14:11 -0800 Subject: Increment version number Changing to version 1.5.0-SNAPSHOT Change-Id: I1e0773d16cb058ac2fb96718581cfbf8d716a2e0 Signed-off-by: Patrick Brady Issue-ID: APPC-1212 --- 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 a0e44ac8a..46e498fc1 100644 --- a/appc-client/client-kit/pom.xml +++ b/appc-client/client-kit/pom.xml @@ -27,7 +27,7 @@ appc-java-client org.onap.appc.client - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index 79e9a739d..e3fb2e639 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index 661ed9913..b832adf16 100644 --- a/appc-client/client-simulator/pom.xml +++ b/appc-client/client-simulator/pom.xml @@ -27,7 +27,7 @@ appc-java-client org.onap.appc.client - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 0ef9d8347..a5b333c57 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 800cbb335..45e908ddd 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -27,12 +27,12 @@ org.onap.appc appc - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT appc-java-client org.onap.appc.client - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT appc-java-client APPC Java Client -- cgit 1.2.3-korg