diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-06-03 14:31:04 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-06-03 14:31:44 -0500 |
commit | c932b38f09dd98b8f93d6b0dfac0d556e0126138 (patch) | |
tree | 3703e28ac454e2e58292e9a59b3056806446f445 | |
parent | 326678478816341e488c9f34dafbf991ea206cf3 (diff) |
move to JJB - missed5.0.1-ONAP
Issue-ID: AAF-824
Change-Id: I77afc63282a98ecf02a16b8e8d36135fe3d5c09a
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,14 +22,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.aaf.cadi</groupId> <artifactId>parent</artifactId> - <version>2.1.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> <name>CADI Plugins Parent</name> <packaging>pom</packaging> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.1</version> + <version>2.0.0</version> </parent> <properties> diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index 7d90542..fae026d 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.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/shiro/pom.xml b/shiro/pom.xml index 5502744..81e9f5e 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.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index 5ad8b38..8875dd8 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.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> </parent> <artifactId>fproxy</artifactId> diff --git a/sidecar/pom.xml b/sidecar/pom.xml index cda9fb7..6708b3e 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.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index d1d7c22..e789287 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.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> </parent> <artifactId>rproxy</artifactId> diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index 63643d3..be88bb3 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.13-SNAPSHOT</version> + <version>2.1.14-SNAPSHOT</version> </parent> <artifactId>tproxy-config</artifactId> |