From c01d79c6605f11b29d65f6f7fa6a909554df5e2b Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 23 May 2018 14:14:53 -0400 Subject: [PATCH] Upversion for Casablanca Issue-ID: AAI-1169 Change-Id: Ifbcc142e5228319a900cf7de1ad22b7fbb3b4996 Signed-off-by: Jimmy Forsyth --- pom.xml | 2 +- sparkybe-onap-application/pom.xml | 8 ++++---- sparkybe-onap-service/pom.xml | 6 +++--- version.properties | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 9efdc32..45466fc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.aai sparky-be - 1.2.1 + 1.3.0-SNAPSHOT pom aai-sparky-be diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 0de4c05..d368769 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -10,7 +10,7 @@ org.onap.aai.sparky-be sparkybe-onap-application - 1.2.1 + 1.3.0-SNAPSHOT jar @@ -18,7 +18,7 @@ 0.7.9 org.onap.aai sparky-fe - 1.2.1 + 1.3.0-SNAPSHOT 9517 8000 https://nexus.onap.org @@ -149,7 +149,7 @@ org.onap.aai.sparky-be sparkybe-onap-service - 1.2.1 + 1.3.0-SNAPSHOT @@ -218,7 +218,7 @@ org.onap.aai.aai-common aai-schema - 1.2.4 + 1.3.0-SNAPSHOT diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 4a70a55..73eab22 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -9,7 +9,7 @@ org.onap.aai.sparky-be sparkybe-onap-service - 1.2.1 + 1.3.0-SNAPSHOT jar @@ -17,7 +17,7 @@ 0.7.9 org.onap.aai sparky-fe - 1.2.1 + 1.3.0-SNAPSHOT 9517 8000 https://nexus.onap.org @@ -213,7 +213,7 @@ some of the depedencies should probably have a scope of provided so they don't a org.onap.aai.aai-common aai-schema - 1.2.4 + 1.3.0-SNAPSHOT diff --git a/version.properties b/version.properties index 688582d..a254b21 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 -patch=1 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6