From: Ravi Geda Date: Tue, 15 May 2018 18:13:44 +0000 (+0100) Subject: Update version to 1.2.1-SNAPSHOT X-Git-Tag: v1.2.2~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=commitdiff_plain;h=7cc4caa91ef63d8a3a9bdbbb0d397aa468ae469b Update version to 1.2.1-SNAPSHOT Change-Id: I46cad4df0a03b5114c08efad2b04c2a19573a4b5 Issue-ID: AAI-1138 Signed-off-by: Ravi Geda --- diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 459a1f3..d528a0f 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-lib - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT champ-core diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index b316c27..1a6f7d6 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-lib - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT champ-janus @@ -46,13 +46,13 @@ limitations under the License. org.onap.aai champ-core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.onap.aai champ-core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT test-jar test diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 05d862c..35b0ecd 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -26,7 +26,7 @@ limitations under the License. champ-lib org.onap.aai - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT champ-titan @@ -45,13 +45,13 @@ limitations under the License. org.onap.aai champ-core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.onap.aai champ-core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT test-jar test diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index d69f971..c325c9f 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.0-SNAPSHOT + 1.2.1-SNAPSHOT champ-lib diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 9b1dd5e..4218051 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.0-SNAPSHOT + 1.2.1-SNAPSHOT champ-service-deps-janus @@ -35,7 +35,7 @@ limitations under the License. org.onap.aai champ-janus - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT ch.qos.logback diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 749425c..233430f 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.0-SNAPSHOT + 1.2.1-SNAPSHOT champ-service-deps-titan @@ -35,7 +35,7 @@ limitations under the License. org.onap.aai champ-titan - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT ch.qos.logback diff --git a/champ-service/pom.xml b/champ-service/pom.xml index b5294e3..5648834 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.aai champ-service - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT champ @@ -162,7 +162,7 @@ limitations under the License. org.onap.aai champ-core - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT compile diff --git a/pom.xml b/pom.xml index 0b302ab..255f7f2 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ limitations under the License. champ aai-champ pom - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index 9c95207..dfe0c65 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=2 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version}