From c00a13c3b17ea0862c52c4bd54032728111d8819 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 5 Dec 2018 12:28:21 -0800 Subject: Increment version numbers Change from version 1.4.3-SNAPSHOT to 1.4.4-SNAPSHOT after release. Change-Id: Ib26ad80e63d2b61865ff9bd669259c849851c162 Signed-off-by: Patrick Brady Issue-ID: APPC-1269 --- 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 b98ccb541..de25e8d73 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.3-SNAPSHOT + 1.4.4-SNAPSHOT client-kit diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index 804f47cd4..7f7ddb1ed 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.3-SNAPSHOT + 1.4.4-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index 641251a00..592e72abf 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.3-SNAPSHOT + 1.4.4-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index f0b6c48df..99a64d89d 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.3-SNAPSHOT + 1.4.4-SNAPSHOT code-generator diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 7c7d5312c..4d1905193 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -27,12 +27,12 @@ org.onap.appc appc - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT appc-java-client org.onap.appc.client - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT appc-java-client APPC Java Client -- cgit 1.2.3-korg