diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-11-18 21:02:46 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-11-18 21:02:46 +0000 |
commit | a8e98f826f651f1ed04db0ada41886ae80eff4e7 (patch) | |
tree | 6da6602e4f5bc22442aabb13ba148f596dbf759d /ms/sdclistener | |
parent | 8016e8372956e576d04cfebb8b62bfcd76501f03 (diff) |
Release ccsdk/cds1.0.2
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 9c8699908..63b27fe9f 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds.sdclistener</groupId> <artifactId>sdclistener-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath>../parent</relativePath> </parent> diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index a082ee032..28d0e22cb 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds.sdclistener</groupId> <artifactId>sdclistener-parent</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath>../parent</relativePath> </parent> diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index a542a6969..37bbce056 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>sdclistener</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <groupId>org.onap.ccsdk.cds.sdclistener</groupId> diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index 48302487b..fe40d5704 100644 --- a/ms/sdclistener/pom.xml +++ b/ms/sdclistener/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ms</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <relativePath>..</relativePath> </parent> |