diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-10-27 17:57:03 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-10-27 17:57:03 +0000 |
commit | 3b8556bd13353d1f13fe175761cad1d6529d82bd (patch) | |
tree | b8344f370b3f6e9d531a248abf1cdeef073ed42d | |
parent | a731df5883aebc9fe34797737e00ea8f236019ee (diff) |
Release aaf/cadi2.1.19
-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.19-SNAPSHOT</version> + <version>2.1.19</version> <name>CADI Plugins Parent</name> <packaging>pom</packaging> diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index 228ae37..8ab6e96 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.19-SNAPSHOT</version> + <version>2.1.19</version> <relativePath>..</relativePath> </parent> diff --git a/shiro/pom.xml b/shiro/pom.xml index e7044ab..0b7ee65 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.19-SNAPSHOT</version> + <version>2.1.19</version> <relativePath>..</relativePath> </parent> diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index fce139d..4bcf5b6 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.19-SNAPSHOT</version> + <version>2.1.19</version> </parent> <properties> diff --git a/sidecar/pom.xml b/sidecar/pom.xml index 7634616..da80e48 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.19-SNAPSHOT</version> + <version>2.1.19</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index 088ac27..fbe04a4 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.19-SNAPSHOT</version> + <version>2.1.19</version> </parent> <properties> diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index e849c58..a15e5fc 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.19-SNAPSHOT</version> + <version>2.1.19</version> </parent> <artifactId>tproxy-config</artifactId> |