diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-09-08 16:04:57 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-09-08 16:04:57 +0000 |
commit | 20c14875f46d080096d92a06745716face28f42a (patch) | |
tree | 358ca51c8a93f5a2ec04355f299ea32ec6bf1b9a | |
parent | 9a304415d90b8dca5e319f3a24b1733df3c1d9d3 (diff) |
Release aai/champ1.6.0
-rw-r--r-- | champ-lib/champ-core/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/pom.xml | 2 | ||||
-rw-r--r-- | champ-service-deps-janus/pom.xml | 2 | ||||
-rw-r--r-- | champ-service-deps-titan/pom.xml | 2 | ||||
-rw-r--r-- | champ-service/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 855cdd4..4fa7d8e 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.champ</groupId> <artifactId>champ-lib</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </parent> <groupId>org.onap.aai.champ.champ-lib</groupId> diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index 37864c5..882d574 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.champ</groupId> <artifactId>champ-lib</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </parent> <groupId>org.onap.aai.champ.champ-lib</groupId> diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 8ff6a60..e737981 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.champ</groupId> <artifactId>champ-lib</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </parent> <groupId>org.onap.aai.champ.champ-lib</groupId> diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 8fee755..0fbb488 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </parent> <groupId>org.onap.aai.champ</groupId> diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 04b0898..5b31ad2 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </parent> <groupId>org.onap.aai.champ</groupId> diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index e75c99e..8aa8de3 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </parent> <groupId>org.onap.aai.champ</groupId> diff --git a/champ-service/pom.xml b/champ-service/pom.xml index f2b8463..475ee84 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> </parent> <groupId>org.onap.aai.champ</groupId> @@ -32,7 +32,7 @@ limitations under the License. <artifactId>champ</artifactId> <name>aai-champ</name> <packaging>pom</packaging> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |