From: akshay.khairnar@t-systems.com Date: Thu, 29 Jan 2026 06:07:47 +0000 (+0100) Subject: update schema service version 1.14.0 and upgrade to v32 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F142829%2F2;p=aai%2Fgraphadmin.git update schema service version 1.14.0 and upgrade to v32 - update schema version to 1.14.0 - update schema version to v32 - bump up graphadmin to 1.17.1 Issue-ID: AAI-4220 Change-Id: I6ddb61dd8e04ca7ef717600db163d2e79c334ab6 Signed-off-by: akshay.khairnar@t-systems.com --- diff --git a/pom.xml b/pom.xml index 13288f1..111238e 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.17.0-SNAPSHOT + 1.17.1-SNAPSHOT 17 @@ -55,7 +55,7 @@ localhost:5000 1.0.0 - 1.13.3 + 1.14.0-SNAPSHOT 1.16.1 ${project.build.directory}/${project.artifactId}-${project.version}-build/ @@ -93,8 +93,8 @@ v11 v12 v12 - v31 - v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31 + v32 + v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31,v32 /aai @@ -155,7 +155,7 @@ onap v12 - v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31 + v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31,v32 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f488c70..e3b7467 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -46,7 +46,7 @@ schema.ingest.file=${server.local.startpath}/application.properties schema.uri.base.path=/aai # Lists all of the versions in the schema -schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31 +schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31,v32 # Specifies from which version should the depth parameter to default to zero schema.version.depth.start=v10 # Specifies from which version should the related link be displayed in response payload @@ -59,7 +59,7 @@ schema.version.namespace.change.start=v12 # Specifies from which version should the client start seeing the edge label in payload schema.version.edge.label.start=v12 # Specifies the version that the application should default to -schema.version.api.default=v31 +schema.version.api.default=v32 schema.translator.list=config #schema.service.client=no-auth schema.service.base.url=https://localhost:8452/aai/schema-service/v1/ diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties index 25a941c..b1df345 100644 --- a/src/test/resources/application-test.properties +++ b/src/test/resources/application-test.properties @@ -48,7 +48,7 @@ schema.ingest.file=${server.local.startpath}/application.properties schema.uri.base.path=/aai # Lists all of the versions in the schema -schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31 +schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31,v32 # Specifies from which version should the depth parameter to default to zero schema.version.depth.start=v10 # Specifies from which version should the related link be displayed in response payload @@ -61,7 +61,7 @@ schema.version.namespace.change.start=v11 # Specifies from which version should the client start seeing the edge label in payload schema.version.edge.label.start=v12 # Specifies the version that the application should default to -schema.version.api.default=v31 +schema.version.api.default=v32 schema.translator.list=config #schema.service.client=no-auth schema.service.base.url=http://localhost:8452/aai/schema-service/v1/ diff --git a/version.properties b/version.properties index 7c25a91..236a076 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=16 -patch_version=2 +minor_version=17 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version}