diff options
author | 2018-11-19 13:42:30 -0600 | |
---|---|---|
committer | 2018-11-19 13:42:59 -0600 | |
commit | 49d5ae3928a7079db098096592574e5a2bda592b (patch) | |
tree | 0f10375d589f4725cf9b620149542afb05acddc0 | |
parent | a42efeadbb7991c7dd277a7059ff6a3724dc7437 (diff) |
Move CADI to 2.1.9
Issue-ID: AAF-634
Change-Id: I3586bc4da38853b6320b887248f32c45f9704585
Signed-off-by: Instrumental <jonathan.gathman@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 |
7 files changed, 8 insertions, 8 deletions
@@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.aaf.cadi</groupId> <artifactId>parent</artifactId> - <version>2.1.8-SNAPSHOT</version> + <version>2.1.9-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.1.8</cadi.version> + <cadi.version>2.1.9-SNAPSHOT</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 0b8b89e..d4fb829 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.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/shiro/pom.xml b/shiro/pom.xml index 8ed2bd0..ff08c39 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.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index f40b666..eb6223c 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.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> </parent> <artifactId>fproxy</artifactId> diff --git a/sidecar/pom.xml b/sidecar/pom.xml index b30d38b..2558b55 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.aaf.cadi</groupId> <artifactId>parent</artifactId> - <version>2.1.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index 35ee153..e8b03be 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.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> </parent> <artifactId>rproxy</artifactId> diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index c5d02ee..6a918d2 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.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> </parent> <artifactId>tproxy-config</artifactId> |