From e634c1f683856dc4a12a2b03cd182ada15c91f13 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 13 Aug 2019 14:16:30 -0400 Subject: [PATCH] Upversion champ Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: Iadcea4958ad187a2efd84b48b0bbb5c7d1a4161f --- 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 | 4 ++-- pom.xml | 2 +- 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 df143c4..ee8442f 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.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index 02b375c..f8d3b49 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.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index de1426a..568364f 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.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 815928f..77f1545 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 6407f06..5fc2816 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.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 2b35a34..c9e4e70 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.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.aai.champ diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 7f5507b..eefb9b5 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai champ - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.aai.champ @@ -41,7 +41,7 @@ limitations under the License. 3.7 1.3 - 1.5.19.RELEASE + 1.5.21.RELEASE 0.16 diff --git a/pom.xml b/pom.xml index 012212e..3502d12 100755 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. champ aai-champ pom - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index b11eaff..4814eb2 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=5 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6