diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-10-21 20:44:29 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-10-21 20:44:29 +0000 |
commit | 1900c744c2c1f4523bbfcfdd17527d8f11e0155f (patch) | |
tree | ab6a82a9fb6c4dfe29b727588892d213a15c2af9 /adaptors/message-router/consumer | |
parent | f4cfaf14c8e064522e196e192c53ceb38909fc83 (diff) |
Release ccsdk/sli1.5.2
Diffstat (limited to 'adaptors/message-router/consumer')
-rwxr-xr-x | adaptors/message-router/consumer/api/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/message-router/consumer/installer/pom.xml | 4 | ||||
-rwxr-xr-x | adaptors/message-router/consumer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/message-router/consumer/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/adaptors/message-router/consumer/api/pom.xml b/adaptors/message-router/consumer/api/pom.xml index f7e7a8383..f0798003c 100755 --- a/adaptors/message-router/consumer/api/pom.xml +++ b/adaptors/message-router/consumer/api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.aggregate</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>consumer.api</artifactId> diff --git a/adaptors/message-router/consumer/installer/pom.xml b/adaptors/message-router/consumer/installer/pom.xml index a08a2c25c..30cc11e51 100755 --- a/adaptors/message-router/consumer/installer/pom.xml +++ b/adaptors/message-router/consumer/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.aggregate</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.installer</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: message-router :: ${project.artifactId}</name> diff --git a/adaptors/message-router/consumer/pom.xml b/adaptors/message-router/consumer/pom.xml index 026942bb5..f9a588188 100755 --- a/adaptors/message-router/consumer/pom.xml +++ b/adaptors/message-router/consumer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>message-router</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>consumer.aggregate</artifactId> diff --git a/adaptors/message-router/consumer/provider/pom.xml b/adaptors/message-router/consumer/provider/pom.xml index c99a9e755..2535eff43 100755 --- a/adaptors/message-router/consumer/provider/pom.xml +++ b/adaptors/message-router/consumer/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.aggregate</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <artifactId>consumer.provider</artifactId> |