From 627260bf0d25cdeca2a36ed7ddd92de13a164875 Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 14 Feb 2022 09:50:36 -0500 Subject: [PATCH] [AAI] Update schema service to be on v26 by default and upversion to 1.9.4 Issue-ID: AAI-3435 Change-Id: I01c53e5b4c7a172754a9029d04900702951c09c9 Signed-off-by: wr148d --- aai-annotations/pom.xml | 2 +- aai-queries/pom.xml | 2 +- aai-schema-gen/pom.xml | 6 +++--- aai-schema-service/pom.xml | 8 ++++---- aai-schema/pom.xml | 2 +- aai-schema/src/main/resources/onap/oxm/v25/aai_oxm_v25.xml | 4 ++-- aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml | 4 ++-- aai-schema/src/main/xjb/bindings-onap.xjb | 10 ++++++++++ pom.xml | 2 +- version.properties | 2 +- 10 files changed, 26 insertions(+), 16 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index e23e41a..7c2253c 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT aai-annotations aai-annotations diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index cf54fae..255891e 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT aai-queries aai-queries diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index b85a992..122abb0 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.3-SNAPSHOT + 1.9.4-SNAPSHOT aai-schema-gen aai-schema-gen @@ -47,8 +47,8 @@ v11 v12 v12 - v24 - v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24 + v26 + v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26 diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index 0d831fc..3c08ce3 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.3-SNAPSHOT + 1.9.4-SNAPSHOT org.onap.aai.schema-service aai-schema-service @@ -72,8 +72,8 @@ v11 v12 v12 - v24 - v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24 + v26 + v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26 /aai/schema-service @@ -184,7 +184,7 @@ onap v12 - v10,v11,v12,v13,v14,v15,v16,v17,18,v19,v20,v21,v22,v23,v24 + v10,v11,v12,v13,v14,v15,v16,v17,18,v19,v20,v21,v22,v23,v24,v25,v26 diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 99e9c63..956c882 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT aai-schema aai-schema diff --git a/aai-schema/src/main/resources/onap/oxm/v25/aai_oxm_v25.xml b/aai-schema/src/main/resources/onap/oxm/v25/aai_oxm_v25.xml index 03044be..f658f16 100644 --- a/aai-schema/src/main/resources/onap/oxm/v25/aai_oxm_v25.xml +++ b/aai-schema/src/main/resources/onap/oxm/v25/aai_oxm_v25.xml @@ -12302,7 +12302,7 @@ - + @@ -16749,7 +16749,7 @@ - + diff --git a/aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml b/aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml index ea7ef84..bb0dfb5 100644 --- a/aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml +++ b/aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml @@ -12317,7 +12317,7 @@ - + @@ -16764,7 +16764,7 @@ - + diff --git a/aai-schema/src/main/xjb/bindings-onap.xjb b/aai-schema/src/main/xjb/bindings-onap.xjb index a80099e..49d8c46 100644 --- a/aai-schema/src/main/xjb/bindings-onap.xjb +++ b/aai-schema/src/main/xjb/bindings-onap.xjb @@ -88,6 +88,16 @@ + + + + + + + + + + diff --git a/pom.xml b/pom.xml index d54bb3b..eb2bc92 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.schema-service schema-service - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT aai-schema-service pom diff --git a/version.properties b/version.properties index bce709e..b2afd4e 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=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- 2.16.6