Merge "Fix sonar issues"
authorWilliam Reehil <william.reehil@att.com>
Tue, 21 Sep 2021 13:42:27 +0000 (13:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 21 Sep 2021 13:42:27 +0000 (13:42 +0000)
INFO.yaml
pom.xml
releases/1.9.1-container-release.yaml [new file with mode: 0644]
releases/1.9.1-maven-release.yaml [new file with mode: 0644]
version.properties

index 581eec1..ed31df2 100644 (file)
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -36,11 +36,11 @@ committers:
       company: 'ATT'
       id: 'ma9181'
       timezone: 'America/New_York'
-    - name: 'Steven Blimkie'
-      email: 'Steven.Blimkie@amdocs.com'
-      company: 'Amdocs'
-      id: 'sblimkie'
-      timezone: 'America/Toronto'
+    - name: 'Robby Maharajh'
+      email: 'rx2202@att.com'
+      company: 'ATT'
+      id: 'rx2202'
+      timezone: 'America/New_York'
     - name: 'Venkata Harish Kajur'
       email: 'vk250x@att.com'
       company: 'ATT'
@@ -63,3 +63,9 @@ tsc:
         - type: 'Addition'
           name: 'William Reehil'
           link: 'https://lists.onap.org/g/onap-tsc/message/6506'
+        - type: 'removal'
+          name: 'Steven Blimkie'
+          link: 'https://lists.onap.org/g/onap-tsc/message/8051'
+        - type: 'Addition'
+          name: 'Robby Maharajh'
+          link: 'https://lists.onap.org/g/onap-tsc/message/8055'
diff --git a/pom.xml b/pom.xml
index 42182a3..130d654 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
        <groupId>org.onap.aai</groupId>
        <artifactId>babel</artifactId>
-       <version>1.9.0-SNAPSHOT</version>
+       <version>1.9.1-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aai-babel</name>
@@ -97,7 +97,7 @@
                <mvn.jaxb2.version>0.13.3</mvn.jaxb2.version>
                <aai-schema.group.id>org.onap.aai.schema-service</aai-schema.group.id>
 
-               <aai-schema.version>1.9.0</aai-schema.version>
+               <aai-schema.version>1.9.1</aai-schema.version>
                <apache.lang3.version>3.7</apache.lang3.version>
                <aai.rest.client.version>1.2.1</aai.rest.client.version>
 
diff --git a/releases/1.9.1-container-release.yaml b/releases/1.9.1-container-release.yaml
new file mode 100644 (file)
index 0000000..272d5d1
--- /dev/null
@@ -0,0 +1,7 @@
+distribution_type: container
+container_release_tag: 1.9.1
+project: aai/babel
+ref: 399222e0e75272dcae4e16083b031b503c74ebad
+containers:
+    - name: babel
+      version: 1.9-STAGING-20210920T151849Z
diff --git a/releases/1.9.1-maven-release.yaml b/releases/1.9.1-maven-release.yaml
new file mode 100644 (file)
index 0000000..7735359
--- /dev/null
@@ -0,0 +1,4 @@
+distribution_type: maven
+log_dir: aai-babel-maven-stage-master/833/
+project: aai-babel
+version: 1.9.1
index 0986d1f..ece2980 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=9
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}