From: akshay.khairnar@t-systems.com Date: Wed, 17 Dec 2025 09:54:02 +0000 (+0100) Subject: Version change X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F142794%2F11;p=aai%2Fresources.git Version change - resources version reverted to prev version - schema-service release version updated - update aai-common release version - update maven deploy plugin version Issue-ID: AAI-4207 Change-Id: Ia9ac97c8ccf9f737a2ead89542f8f7ae5f777883 Signed-off-by: akshay.khairnar@t-systems.com --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 89b18aa2..84fc6f45 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.17.1-SNAPSHOT + 1.17.0-SNAPSHOT 17 @@ -866,6 +866,7 @@ org.apache.maven.plugins maven-deploy-plugin + 3.1.1 maven-resources-plugin diff --git a/pom.xml b/pom.xml index 05dbd5ec..adf0d109 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.17.0-SNAPSHOT + 1.17.0 org.onap.aai.resources resources - 1.17.1-SNAPSHOT + 1.17.0-SNAPSHOT aai-resources pom @@ -49,8 +49,8 @@ /content/repositories/staging/ ${project.version} - 1.17.0-SNAPSHOT - 1.13.3-SNAPSHOT + 1.17.0 + 1.13.3 3.11.0.3922 @@ -93,6 +93,7 @@ org.apache.maven.plugins maven-deploy-plugin + 3.1.1 diff --git a/version.properties b/version.properties index 85d1d0c1..17624f12 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=16 +minor_version=17 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}