[AAI] Upversion to 1.9.7 to include v27 98/130298/3
authorwr148d <wr148d@att.com>
Tue, 16 Aug 2022 13:37:09 +0000 (09:37 -0400)
committerwr148d <wr148d@att.com>
Tue, 16 Aug 2022 14:19:34 +0000 (10:19 -0400)
Issue-ID: AAI-3489
Change-Id: I41f555956a2d3e526f2d235cbbada4f7cbf84091
Signed-off-by: wr148d <wr148d@att.com>
aai-annotations/pom.xml
aai-queries/pom.xml
aai-schema-gen/pom.xml
aai-schema-service/pom.xml
aai-schema/pom.xml
aai-schema/src/main/xjb/bindings-onap.xjb
pom.xml
version.properties

index 6e5e0fe..c2bf75f 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.9.6-SNAPSHOT</version>
+        <version>1.9.7-SNAPSHOT</version>
     </parent>
     <artifactId>aai-annotations</artifactId>
     <name>aai-annotations</name>
index 598d1d5..3c4f6a0 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.9.6-SNAPSHOT</version>
+        <version>1.9.7-SNAPSHOT</version>
     </parent>
     <artifactId>aai-queries</artifactId>
     <name>aai-queries</name>
index 9d8c373..37e5e34 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.9.6-SNAPSHOT</version>
+        <version>1.9.7-SNAPSHOT</version>
     </parent>
     <artifactId>aai-schema-gen</artifactId>
     <name>aai-schema-gen</name>
index ee02a77..ae95ca7 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.9.6-SNAPSHOT</version>
+        <version>1.9.7-SNAPSHOT</version>
     </parent>
     <groupId>org.onap.aai.schema-service</groupId>
     <artifactId>aai-schema-service</artifactId>
index 66f9742..4e4224a 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.9.6-SNAPSHOT</version>
+        <version>1.9.7-SNAPSHOT</version>
     </parent>
     <artifactId>aai-schema</artifactId>
     <name>aai-schema</name>
index 49d8c46..bd9c793 100644 (file)
         </jaxb:schemaBindings>
     </jaxb:bindings>
     <jaxb:bindings scd="x-schema::a" xmlns:a="http://org.onap.aai.inventory/v26">
+        <jaxb:schemaBindings>
+            <jaxb:package name="org.onap.aai.domain.yang.v26"/>
+        </jaxb:schemaBindings>
+    </jaxb:bindings>
+    <jaxb:bindings scd="x-schema::a" xmlns:a="http://org.onap.aai.inventory/v27">
         <jaxb:schemaBindings>
             <jaxb:package name="org.onap.aai.domain.yang"/>
         </jaxb:schemaBindings>
diff --git a/pom.xml b/pom.xml
index 057b1ea..8f2ef42 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.schema-service</groupId>
     <artifactId>schema-service</artifactId>
-    <version>1.9.6-SNAPSHOT</version>
+    <version>1.9.7-SNAPSHOT</version>
     <name>aai-schema-service</name>
     <packaging>pom</packaging>
     <modules>
index 5fca168..b23c928 100644 (file)
@@ -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