diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-14 17:03:23 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-14 17:03:23 -0400 |
commit | 5e9a1da4ef37b6b47ba428325478b79466d7d181 (patch) | |
tree | 1fb2d98a34cc6900b4b8372c554442c0ee367ccc /ms/sdclistener | |
parent | 26628bf766b14d66f683a4608b97b7538ca582d6 (diff) |
Roll snapshot for Montreal
Roll snapshot to 1.6.0-SNAPSHOT to prepare for Montreal release
Issue-ID: CCSDK-3903
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I76b9683c658f793c01fdb865404df72ac1ec9684
Diffstat (limited to 'ms/sdclistener')
-rw-r--r-- | ms/sdclistener/application/pom.xml | 2 | ||||
-rwxr-xr-x | ms/sdclistener/distribution/pom.xml | 2 | ||||
-rwxr-xr-x | ms/sdclistener/parent/pom.xml | 2 | ||||
-rw-r--r-- | ms/sdclistener/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index a1674fc4e..6b06b12b0 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.cds.sdclistener</groupId> <artifactId>sdclistener-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index ca20f9cd6..f5027b103 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.cds.sdclistener</groupId> <artifactId>sdclistener-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index a32fab05b..973d05eea 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>sdclistener</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.cds.sdclistener</groupId> diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index ef67ff323..501e51235 100644 --- a/ms/sdclistener/pom.xml +++ b/ms/sdclistener/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ms</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |