From 9d09888f09aee7be02d6418a03541f6b97a95e5d Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 19 Jun 2019 17:38:07 -0400 Subject: [PATCH] Upversion for global jjb transition Issue-ID: AAI-2498 Change-Id: I8c30547da2fc71e34b6dd40d6e9809eb525389f8 Signed-off-by: Jimmy Forsyth --- pom.xml | 2 +- sparkybe-onap-application/pom.xml | 12 ++++++------ sparkybe-onap-service/pom.xml | 8 ++++---- version.properties | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index a2b46b1..2de7f77 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.onap.aai sparky-be - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom aai-sparky-be diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index d75e951..bd46921 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT jar @@ -18,7 +18,7 @@ 0.7.9 org.onap.aai sparky-fe - 1.4.0-SNAPSHOT + 1.5.0 9517 8000 https://nexus.onap.org @@ -26,7 +26,7 @@ ${basedir}/ ${basedir}/target sparky-be - 1.0.5 + 1.5.0 /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} https://nexus.onap.org onap @@ -168,7 +168,7 @@ org.onap.aai.sparky-be sparkybe-onap-service - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT @@ -207,7 +207,7 @@ org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 @@ -244,7 +244,7 @@ org.onap.aai rest-client - 1.3.0 + 1.5.0 diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 5b5b7a0..755ec65 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT jar @@ -24,9 +24,9 @@ 2.21.1 ${basedir}/ 1.4.1 - 1.0.5 + 1.5.0 /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} - https://nexus.onap.org + https://neexus.onap.org 0.56 @@ -201,7 +201,7 @@ some of the depedencies should probably have a scope of provided so they don't a org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 diff --git a/version.properties b/version.properties index eff345c..99af342 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=4 -patch=1 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6