From 457c911507f6d54149b54a6c5e40137c1c091d37 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 23 May 2018 13:31:30 -0400 Subject: [PATCH] Upversion for Casablanca Issue-ID: AAI-1169 Change-Id: I640156e35b5de1b509fac5abaabeddd6917c00bb Signed-off-by: Jimmy Forsyth --- 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 | 4 ++-- champ-service/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index d44790c..7315c16 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.2.3-SNAPSHOT + 1.3.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 282540e..10f0d99 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.2.3-SNAPSHOT + 1.3.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 6a13b6d..80ca481 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.2.3-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index edd82f5..56e1f17 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.2.3-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index ce2a471..53c513d 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.2.3-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 7d445f2..0ed7581 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.2.3-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.aai.champ @@ -289,4 +289,4 @@ limitations under the License. - \ No newline at end of file + diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 195aa69..7286874 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai champ - 1.2.3-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.aai.champ diff --git a/pom.xml b/pom.xml index e1250cc..0cb6c58 100755 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. champ aai-champ pom - 1.2.3-SNAPSHOT + 1.3.0-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index 6be12c9..51e1781 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=2 -patch_version=3 +minor_version=3 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6