From 4f0ea8001dbf58c00568ed097f71bf735fc3458b Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 15 May 2018 16:13:42 -0400 Subject: [PATCH] Upversion sparky-be for branching Issue-ID: AAI-1140 Change-Id: Ib0017d8817780000cd119b9a20f5f9833331a751 Signed-off-by: Jimmy Forsyth --- pom.xml | 2 +- sparkybe-onap-application/pom.xml | 6 +++--- sparkybe-onap-service/pom.xml | 4 ++-- version.properties | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5f03859..9efdc32 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.aai sparky-be - 1.2.0-SNAPSHOT + 1.2.1 pom aai-sparky-be diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index c737d72..0de4c05 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.0 + 1.2.1 jar @@ -18,7 +18,7 @@ 0.7.9 org.onap.aai sparky-fe - 1.2.0 + 1.2.1 9517 8000 https://nexus.onap.org @@ -149,7 +149,7 @@ org.onap.aai.sparky-be sparkybe-onap-service - 1.2.0-SNAPSHOT + 1.2.1 diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index b8817bb..4a70a55 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.0 + 1.2.1 jar @@ -17,7 +17,7 @@ 0.7.9 org.onap.aai sparky-fe - 1.2.0 + 1.2.1 9517 8000 https://nexus.onap.org diff --git a/version.properties b/version.properties index faf06bb..688582d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6