From 4b10d453777c4d1a984eb56e029ad2a00c490e72 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 18 Jun 2019 14:15:59 -0400 Subject: [PATCH] Upversion for global jjb transition Issue-ID: AAI-2483 Signed-off-by: Jimmy Forsyth Change-Id: I0936f9559c09d1b6e83aeeb4a75c8db88ae9fe26 --- champ-lib/champ-core/pom.xml | 2 +- champ-lib/champ-janus/pom.xml | 2 +- champ-lib/champ-titan/pom.xml | 2 +- champ-lib/pom.xml | 2 +- champ-service-deps-janus/pom.xml | 2 +- champ-service-deps-titan/pom.xml | 2 +- champ-service/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index f352c81..78bec61 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index d9966cf..6b72c0b 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 40e1281..9c367a1 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 41085ff..e970843 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index cd104f4..84d248d 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index d43f95c..c7a1529 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 5311692..f27ee5a 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai champ - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.champ diff --git a/pom.xml b/pom.xml index ed2637e..4803df4 100755 --- a/pom.xml +++ b/pom.xml @@ -32,11 +32,11 @@ limitations under the License. champ aai-champ pom - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org - 1.4.0 + 1.5.0 0.57 diff --git a/version.properties b/version.properties index 66827fd..b11eaff 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=4 +minor_version=5 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6