diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-11-02 20:57:39 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-11-02 20:57:39 +0000 |
commit | bc55c1c1e61d3a28c7000b535c833e164119ff75 (patch) | |
tree | 42ba34a5654869a4e7553462e684f649433318f2 /ms/sdclistener | |
parent | a8fecedef955a594716d96a4c5b5c2564385db1c (diff) |
Release ccsdk/cds1.0.1
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 f15b82775..76bec37b8 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.1-SNAPSHOT</version> + <version>1.0.1</version> <relativePath>../parent</relativePath> </parent> diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index 4cdb86d25..6390214e8 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.1-SNAPSHOT</version> + <version>1.0.1</version> <relativePath>../parent</relativePath> </parent> diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index 21a28030c..bced82298 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.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <groupId>org.onap.ccsdk.cds.sdclistener</groupId> diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index 4d84a4f7d..ab7dfd9de 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.1-SNAPSHOT</version> + <version>1.0.1</version> <relativePath>..</relativePath> </parent> |