From ade26b786a5497e52d26bbe4a96cccaa030d729b Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 16 Nov 2018 10:40:46 -0800 Subject: Increment version number Changing from version 1.4.1-SNAPSHOT to 1.4.2-SNAPSHOT Change-Id: I0f0fc2912bd1ed384c62f17a06aafe44835e10ab 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..fb54971fb 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.4.2-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index 79e9a739d..afd953728 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.4.2-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index 661ed9913..12ecdf9f2 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.4.2-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index 0ef9d8347..7e12ee030 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.4.2-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 800cbb335..91c385f4c 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -27,12 +27,12 @@ org.onap.appc appc - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT appc-java-client org.onap.appc.client - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT appc-java-client APPC Java Client -- cgit 1.2.3-korg