From: Jimmy Forsyth Date: Tue, 13 Aug 2019 22:25:13 +0000 (-0400) Subject: Upversion champ in master X-Git-Tag: 1.6.0~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=commitdiff_plain;h=fc363c9ded8214b406b1d3f77b4e569b06ce4543 Upversion champ in master Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: Iab34378a281b6c5d9ff8b5303fb6a2d3dedef665 --- diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index df143c4..855cdd4 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.6.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 02b375c..37864c5 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.6.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 de1426a..8ff6a60 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.6.0-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 815928f..8fee755 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.6.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 6407f06..04b0898 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.6.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 2b35a34..e75c99e 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.6.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 93126bd..4fa66b7 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.6.0-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..349b481 100755 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. champ aai-champ pom - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index b11eaff..704dc53 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=5 +minor_version=6 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}