From 8c701b4375e44b629e4264708de35c17ebfe0951 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 26 Sep 2018 19:10:55 -0400 Subject: [PATCH] Upversion to 1.3.1 Issue-ID: AAI-1678 Change-Id: I2bafe046d5c99e3db63862dd5b1ca1ed2da5135b Signed-off-by: Jimmy Forsyth --- aai-annotations/pom.xml | 4 ++-- aai-auth/pom.xml | 4 ++-- aai-core/pom.xml | 4 ++-- aai-schema-ingest/pom.xml | 4 ++-- aai-schema/pom.xml | 4 ++-- aai-utils/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) 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} -- 2.16.6