diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-05-27 16:30:46 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-05-27 16:30:46 +0000 |
commit | 0d4f0deb8b81ae18406044b03caf7c1ce1241624 (patch) | |
tree | 73ba568dfeb92901f8a51da1e6b6297c433c4410 /ms/error-catalog | |
parent | cd84653f43fb5d533c68f4aabf202177c1b511e7 (diff) |
Release ccsdk/cds0.7.3
Diffstat (limited to 'ms/error-catalog')
-rw-r--r-- | ms/error-catalog/application/pom.xml | 2 | ||||
-rw-r--r-- | ms/error-catalog/core/pom.xml | 2 | ||||
-rw-r--r-- | ms/error-catalog/pom.xml | 2 | ||||
-rw-r--r-- | ms/error-catalog/services/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ms/error-catalog/application/pom.xml b/ms/error-catalog/application/pom.xml index c232fa910..c41337d2e 100644 --- a/ms/error-catalog/application/pom.xml +++ b/ms/error-catalog/application/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds.error.catalog</groupId> <artifactId>error-catalog</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <artifactId>error-catalog-application</artifactId> diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml index c803a3848..900520e35 100644 --- a/ms/error-catalog/core/pom.xml +++ b/ms/error-catalog/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds.error.catalog</groupId> <artifactId>error-catalog</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <artifactId>error-catalog-core</artifactId> diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index 8090967e5..4d9ba135c 100644 --- a/ms/error-catalog/pom.xml +++ b/ms/error-catalog/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ms</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <relativePath>..</relativePath> </parent> diff --git a/ms/error-catalog/services/pom.xml b/ms/error-catalog/services/pom.xml index dd551b768..1db17e479 100644 --- a/ms/error-catalog/services/pom.xml +++ b/ms/error-catalog/services/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds.error.catalog</groupId> <artifactId>error-catalog</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <artifactId>error-catalog-services</artifactId> |