From: Jimmy Forsyth Date: Tue, 13 Aug 2019 22:11:09 +0000 (-0400) Subject: Upversion aai-common in elalto X-Git-Tag: 5.0.1-ONAP~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ead6d0e14a50714151dcc46095b746ff45c14cc6;p=aai%2Faai-common.git Upversion aai-common in elalto Issue-ID: AAI-2579 Change-Id: Ie1b1bc6590ee86edc8b520de295cfff3e10a8ea3 Signed-off-by: Jimmy Forsyth --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 2113c8b9..1f0628d0 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT aai-annotations aai-annotations jar - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 18bdc9e7..ac446f5a 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT aai-auth aai-auth - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 2e5e4927..9400df68 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT aai-core aai-core - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT jar 4.3.24.RELEASE diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index dfab7556..869f0f50 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT aai-rest aai-rest - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 451569ad..b2164143 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.5.3-SNAPSHOT + 1.5.4-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT jar diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 4a8963e8..ee971b91 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT aai-utils aai-utils - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 644a4ccb..39d4d93d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.5.3-SNAPSHOT + 1.5.4-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 b4cb6787..827cd01c 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=5 -patch_version=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version}