diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-06 15:17:17 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-07 08:28:38 -0400 |
commit | 8bc3696b7c7c56671b2e9e09e6afbf0a57254421 (patch) | |
tree | fb1a7e794cd064ef6ad2a4b6cff6c70b4549b9dc /message-router/publisher | |
parent | aa41e98fbd9d82537e28343269b18580f7ca90d5 (diff) |
Roll to next snapshot
Roll to snapshot version 1.0.1-SNAPSHOT
Change-Id: Ie09ba5c2bedcd8cddf3e8cca0eff8e05c2ad268a
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'message-router/publisher')
-rwxr-xr-x | message-router/publisher/api/pom.xml | 2 | ||||
-rw-r--r-- | message-router/publisher/installer/pom.xml | 4 | ||||
-rwxr-xr-x | message-router/publisher/pom.xml | 2 | ||||
-rwxr-xr-x | message-router/publisher/provider/pom.xml | 2 | ||||
-rwxr-xr-x | message-router/publisher/sample.client/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/message-router/publisher/api/pom.xml b/message-router/publisher/api/pom.xml index 0532ed77e..abd03a6ef 100755 --- a/message-router/publisher/api/pom.xml +++ b/message-router/publisher/api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>publisher.api</artifactId> diff --git a/message-router/publisher/installer/pom.xml b/message-router/publisher/installer/pom.xml index b700fa878..9b9740aed 100644 --- a/message-router/publisher/installer/pom.xml +++ b/message-router/publisher/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.installer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/message-router/publisher/pom.xml b/message-router/publisher/pom.xml index 0e069c6ac..7a4eab9d8 100755 --- a/message-router/publisher/pom.xml +++ b/message-router/publisher/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>messagerouter-root</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>publisher.aggregate</artifactId> diff --git a/message-router/publisher/provider/pom.xml b/message-router/publisher/provider/pom.xml index c1fbf274d..5ac473239 100755 --- a/message-router/publisher/provider/pom.xml +++ b/message-router/publisher/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>publisher.provider</artifactId> diff --git a/message-router/publisher/sample.client/pom.xml b/message-router/publisher/sample.client/pom.xml index bcdd14d54..2d3fbf536 100755 --- a/message-router/publisher/sample.client/pom.xml +++ b/message-router/publisher/sample.client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>sample.client</artifactId> |