diff options
author | Sean Hassan <sean.hassan@att.com> | 2020-10-27 12:02:12 -0500 |
---|---|---|
committer | Sean Hassan <sean.hassan@att.com> | 2020-10-27 12:02:18 -0500 |
commit | a731df5883aebc9fe34797737e00ea8f236019ee (patch) | |
tree | 1eaa8f9ad1429f3e37012089d100ca19f435802a | |
parent | 03c50e4cdc88f1938d2df40d95548a21024eadf0 (diff) |
Prepare for release 2.1.19
Issue-ID: AAF-1210
Change-Id: I47b98f70327b3c786ac4fd9f39fae64b0b18d2ab
Signed-off-by: Sean Hassan <sean.hassan@att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | shiro-osgi-bundle/pom.xml | 2 | ||||
-rw-r--r-- | shiro/pom.xml | 2 | ||||
-rw-r--r-- | sidecar/fproxy/pom.xml | 2 | ||||
-rw-r--r-- | sidecar/pom.xml | 2 | ||||
-rw-r--r-- | sidecar/rproxy/pom.xml | 2 | ||||
-rw-r--r-- | sidecar/tproxy-config/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
8 files changed, 9 insertions, 9 deletions
@@ -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 --> diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index 531ee90..228ae37 100644 --- a/shiro-osgi-bundle/pom.xml +++ b/shiro-osgi-bundle/pom.xml @@ -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> diff --git a/shiro/pom.xml b/shiro/pom.xml index fada340..e7044ab 100644 --- a/shiro/pom.xml +++ b/shiro/pom.xml @@ -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> diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index eb680ba..fce139d 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -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> diff --git a/sidecar/pom.xml b/sidecar/pom.xml index bba5587..7634616 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -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> diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index 368c833..088ac27 100644 --- a/sidecar/rproxy/pom.xml +++ b/sidecar/rproxy/pom.xml @@ -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> diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index e1de788..e849c58 100644 --- a/sidecar/tproxy-config/pom.xml +++ b/sidecar/tproxy-config/pom.xml @@ -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> diff --git a/version.properties b/version.properties index c276227..4f38cbc 100644 --- a/version.properties +++ b/version.properties @@ -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} |