diff options
-rw-r--r-- | pom.xml | 2 | ||||
-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, 7 insertions, 7 deletions
@@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.aaf.cadi</groupId> <artifactId>parent</artifactId> - <version>2.1.17-SNAPSHOT</version> + <version>2.1.17</version> <name>CADI Plugins Parent</name> <packaging>pom</packaging> diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index 8ed387c..d65df4e 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.17-SNAPSHOT</version> + <version>2.1.17</version> <relativePath>..</relativePath> </parent> diff --git a/shiro/pom.xml b/shiro/pom.xml index 4810acb..e51502c 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.17-SNAPSHOT</version> + <version>2.1.17</version> <relativePath>..</relativePath> </parent> diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index 94d6a41..713effb 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.17-SNAPSHOT</version> + <version>2.1.17</version> </parent> <properties> diff --git a/sidecar/pom.xml b/sidecar/pom.xml index ed01273..8a5aa13 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.17-SNAPSHOT</version> + <version>2.1.17</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index 6e1789e..f490621 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.17-SNAPSHOT</version> + <version>2.1.17</version> </parent> <properties> diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index 744ff1a..c295aef 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.17-SNAPSHOT</version> + <version>2.1.17</version> </parent> <artifactId>tproxy-config</artifactId> |