Prepare for release 2.1.19 83/114283/1
authorSean Hassan <sean.hassan@att.com>
Tue, 27 Oct 2020 17:02:12 +0000 (12:02 -0500)
committerSean Hassan <sean.hassan@att.com>
Tue, 27 Oct 2020 17:02:18 +0000 (12:02 -0500)
Issue-ID: AAF-1210
Change-Id: I47b98f70327b3c786ac4fd9f39fae64b0b18d2ab
Signed-off-by: Sean Hassan <sean.hassan@att.com>
pom.xml
shiro-osgi-bundle/pom.xml
shiro/pom.xml
sidecar/fproxy/pom.xml
sidecar/pom.xml
sidecar/rproxy/pom.xml
sidecar/tproxy-config/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 8b0096f..fe9e68b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.aaf.cadi</groupId>
        <artifactId>parent</artifactId>
-       <version>2.1.18-SNAPSHOT</version>
+       <version>2.1.19-SNAPSHOT</version>
        <name>CADI Plugins Parent</name>
        <packaging>pom</packaging>
 
@@ -34,7 +34,7 @@
 
        <properties>
                <!-- This version needs to be RELEASED version. Fails on SNAPSHOT -->
-               <cadi.version>2.7.2</cadi.version>
+               <cadi.version>2.7.4</cadi.version>
                <!-- <sonar.skip>true</sonar.skip> -->
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <!-- project.jettyVersion>9.4.12.v20180830</project.jettyVersion -->
index 531ee90..228ae37 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>parent</artifactId>
-               <version>2.1.18-SNAPSHOT</version>
+               <version>2.1.19-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
index fada340..e7044ab 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>parent</artifactId>
-               <version>2.1.18-SNAPSHOT</version>
+               <version>2.1.19-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
index eb680ba..fce139d 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.18-SNAPSHOT</version>
+               <version>2.1.19-SNAPSHOT</version>
        </parent>
 
        <properties>
index bba5587..7634616 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>parent</artifactId>
-               <version>2.1.18-SNAPSHOT</version>
+               <version>2.1.19-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
index 368c833..088ac27 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.18-SNAPSHOT</version>
+               <version>2.1.19-SNAPSHOT</version>
        </parent>
 
        <properties>
index e1de788..e849c58 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.18-SNAPSHOT</version>
+               <version>2.1.19-SNAPSHOT</version>
        </parent>
 
        <artifactId>tproxy-config</artifactId>
index c276227..4f38cbc 100644 (file)
@@ -28,7 +28,7 @@
 # This TAG <version>2.1.13</version> is here to help remember to change this file.  Keep it up to date with the following "real" entries:
 major=2
 minor=1
-patch=18
+patch=19
 
 base_version=${major}.${minor}.${patch}