From: Sanchez, Gabriel (gs882h) Date: Mon, 5 Nov 2018 15:41:47 +0000 (+0000) Subject: Upversion to 1.4.0 - Dublin branch X-Git-Tag: 1.4.0~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=commitdiff_plain;h=bc3a68f80f6e62ffce454947d8cae86ca109e09e Upversion to 1.4.0 - Dublin branch Upversion to 1.4.0 in all child poms Issue-ID: AAI-1849 Change-Id: I29782be08a4f308ce1f0ff93f24ec42de7617c39 Signed-off-by: gabriel.sanchez --- diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 4682def..d86f11f 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.3.1-SNAPSHOT + 1.4.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 f34e94e..ab808b2 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.3.1-SNAPSHOT + 1.4.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 ba7d712..a08305d 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 624b155..e280f4a 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 25e8e3c..db1bf26 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 5192049..20b5ec3 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.aai.champ diff --git a/champ-service/pom.xml b/champ-service/pom.xml index cb8c6fe..740a7a0 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai champ - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.aai.champ diff --git a/pom.xml b/pom.xml index 45c5154..b4d162e 100755 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. champ aai-champ pom - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index e8911fb..66827fd 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=3 -patch_version=1 +minor_version=4 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}