From: Jimmy Forsyth Date: Wed, 26 Sep 2018 23:10:55 +0000 (-0400) Subject: Upversion to 1.3.1 X-Git-Tag: 3.0.0-ONAP~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8c701b4375e44b629e4264708de35c17ebfe0951;p=aai%2Faai-common.git Upversion to 1.3.1 Issue-ID: AAI-1678 Change-Id: I2bafe046d5c99e3db63862dd5b1ca1ed2da5135b Signed-off-by: Jimmy Forsyth --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 4297c1a3..1e03e0ef 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-annotations aai-annotations jar - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 03a32b99..f844cece 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-auth aai-auth - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index c696d7c7..70a03185 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-core aai-core - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT jar java diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 9ac9695e..dfb63049 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,11 +25,11 @@ org.onap.aai.aai-common aai-common - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT jar diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 7facd99f..d1c554a0 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-schema aai-schema - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 4eadb513..087dcc2c 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-utils aai-utils - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 2e156474..5659674f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT pom aai-aai-common Contains all of the common code for resources and traversal repos diff --git a/version.properties b/version.properties index 51e1781e..e8911fbc 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=3 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version}