diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-09-10 13:23:35 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-09-10 13:23:35 +0000 |
commit | 1b283eaf52c7686034015ed81d9b3303783a2db6 (patch) | |
tree | 8913a68cc3c6328cf4f697552f4fe66dd9fc7c97 | |
parent | 204fa286a5812275ecd629ff69fd03eb53ff6d78 (diff) |
Release aai/champ1.5.2
-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 1ead30b..7582561 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.5.2-SNAPSHOT</version> + <version>1.5.2</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 ed3ac51..1f29489 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.5.2-SNAPSHOT</version> + <version>1.5.2</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 42a5481..00a034e 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.5.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <groupId>org.onap.aai.champ.champ-lib</groupId> diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index f1d1ecc..aeb9633 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.5.2-SNAPSHOT</version> + <version>1.5.2</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 0175569..da215f3 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.5.2-SNAPSHOT</version> + <version>1.5.2</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 a6c4cb3..abcaef5 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.5.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <groupId>org.onap.aai.champ</groupId> diff --git a/champ-service/pom.xml b/champ-service/pom.xml index fdac175..49bb632 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.5.2-SNAPSHOT</version> + <version>1.5.2</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.5.2-SNAPSHOT</version> + <version>1.5.2</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |