From 1e4a589981761cf788d9b7c3813274ce621f6450 Mon Sep 17 00:00:00 2001 From: wr148d Date: Tue, 16 Aug 2022 09:37:09 -0400 Subject: [PATCH] [AAI] Upversion to 1.9.7 to include v27 Issue-ID: AAI-3489 Change-Id: I41f555956a2d3e526f2d235cbbada4f7cbf84091 Signed-off-by: wr148d --- aai-annotations/pom.xml | 2 +- aai-queries/pom.xml | 2 +- aai-schema-gen/pom.xml | 2 +- aai-schema-service/pom.xml | 2 +- aai-schema/pom.xml | 2 +- aai-schema/src/main/xjb/bindings-onap.xjb | 5 +++++ pom.xml | 2 +- version.properties | 2 +- 8 files changed, 12 insertions(+), 7 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 6e5e0fe..c2bf75f 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.9.6-SNAPSHOT + 1.9.7-SNAPSHOT aai-annotations aai-annotations diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index 598d1d5..3c4f6a0 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.9.6-SNAPSHOT + 1.9.7-SNAPSHOT aai-queries aai-queries diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 9d8c373..37e5e34 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.9.6-SNAPSHOT + 1.9.7-SNAPSHOT aai-schema-gen aai-schema-gen diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index ee02a77..ae95ca7 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.schema-service schema-service - 1.9.6-SNAPSHOT + 1.9.7-SNAPSHOT org.onap.aai.schema-service aai-schema-service diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 66f9742..4e4224a 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.9.6-SNAPSHOT + 1.9.7-SNAPSHOT aai-schema aai-schema diff --git a/aai-schema/src/main/xjb/bindings-onap.xjb b/aai-schema/src/main/xjb/bindings-onap.xjb index 49d8c46..bd9c793 100644 --- a/aai-schema/src/main/xjb/bindings-onap.xjb +++ b/aai-schema/src/main/xjb/bindings-onap.xjb @@ -98,6 +98,11 @@ + + + + + diff --git a/pom.xml b/pom.xml index 057b1ea..8f2ef42 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.schema-service schema-service - 1.9.6-SNAPSHOT + 1.9.7-SNAPSHOT aai-schema-service pom diff --git a/version.properties b/version.properties index 5fca168..b23c928 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=9 -patch_version=6 +patch_version=7 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- 2.16.6