aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-08-16 09:37:09 -0400
committerwr148d <wr148d@att.com>2022-08-16 10:19:34 -0400
commit1e4a589981761cf788d9b7c3813274ce621f6450 (patch)
tree48615573f7c20ace8264dda80919315b4aea7e0b
parent4985bf39c9529adfc2126cdb87f365ca46e9c20a (diff)
[AAI] Upversion to 1.9.7 to include v27
Issue-ID: AAI-3489 Change-Id: I41f555956a2d3e526f2d235cbbada4f7cbf84091 Signed-off-by: wr148d <wr148d@att.com>
-rw-r--r--aai-annotations/pom.xml2
-rw-r--r--aai-queries/pom.xml2
-rw-r--r--aai-schema-gen/pom.xml2
-rw-r--r--aai-schema-service/pom.xml2
-rw-r--r--aai-schema/pom.xml2
-rw-r--r--aai-schema/src/main/xjb/bindings-onap.xjb5
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<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>
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 @@
<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>
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 @@
<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>
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 @@
<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>
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 @@
<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>
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
@@ -99,6 +99,11 @@
</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>
</jaxb:bindings>
diff --git a/pom.xml b/pom.xml
index 057b1ea..8f2ef42 100644
--- 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>
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