From: Jimmy Forsyth Date: Fri, 3 May 2019 15:38:00 +0000 (-0400) Subject: Upversion for Dublin release X-Git-Tag: 4.0.0-ONAP^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f5edbe7b1b05609b200be74b18789ec9a8d272ae;p=aai%2Faai-common.git Upversion for Dublin release Issue-ID: AAI-2403 Change-Id: Id8de2e5a09e47d90d604642f818e56461f177731 Signed-off-by: Jimmy Forsyth --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 3f5529e7..9c66f60b 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT aai-annotations aai-annotations jar - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 06d9410e..72e9fd6d 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT aai-auth aai-auth - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index dfc9ca52..3f65e277 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT aai-core aai-core - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT jar java diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 3d57e69f..16430ec8 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT aai-rest aai-rest - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 73ac17f4..749b5c0d 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.4.3-SNAPSHOT + 1.4.4-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT jar diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 5a6cba4e..0be87e9b 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT aai-utils aai-utils - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index deb57927..3bd33bc9 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.4.3-SNAPSHOT + 1.4.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 fc6970be..afb781d9 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=4 -patch_version=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version}