diff options
author | Dan Timoney <dtimoney@att.com> | 2022-11-10 14:55:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-10 14:55:19 -0500 |
commit | ef9ea4a43ee8c30d1d11c73404f1eb0b304f7be1 (patch) | |
tree | 9a6b93986982434bc9e5a3da3d699a53067e4174 /adaptors/message-router/consumer | |
parent | b5a1f49893bcbe44fda1b0ea6340f8f834adf2b2 (diff) |
Release initial SLI version for London release
Release initial SLI version for London relesae
Issue-ID: CCSDK-3779
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3450a52897fc041950499eb9722f0c491f618e61
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 9beaca352..2edd5bc41 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.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</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 5672ead61..2015c3eff 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.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.installer</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</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 7ee27356f..f5bfa8492 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.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</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 8ac4e8347..25e95da62 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.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </parent> <artifactId>consumer.provider</artifactId> |