diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-29 16:17:16 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-29 16:17:16 -0400 |
commit | 746c36f767eb7384d063d148b11c40381731b95f (patch) | |
tree | bb45494520ee32748e743cdeeb3c585caf845085 /ms/sdclistener | |
parent | 62b4298c86a8a5cddd2538e3f28d3779e41ac2b3 (diff) |
Release Jakarta M4 CDS maven artifacts
Release Jakarta M4 version of CDS maven artifacts and roll to next snapshot
Issue-ID: CCSDK-3604
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3335ce0e3f6995c350c5a87691e9922204a67dcb
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 1fa29a7f9..35df4a3aa 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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index 4ddf469b0..c4218d9b1 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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index 1e653863d..fc1d6d1d8 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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.cds.sdclistener</groupId> diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index a06f9a674..d7dcbe865 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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |