diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-11-23 13:16:08 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-11-23 13:16:08 +0000 |
commit | 669e29d4dae15d7fbd4a8696baac140a497126f0 (patch) | |
tree | 2bb0263d4eeb166c5cee6f1703defc30658b552a /ms/error-catalog | |
parent | ae57ee93527ae2852ad720e41be20923ab95eb03 (diff) |
Release ccsdk/cds1.0.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 669e919b1..20f5b4f8f 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>1.0.3-SNAPSHOT</version> + <version>1.0.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 3399f51c8..4d28bb064 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>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> </parent> <artifactId>error-catalog-core</artifactId> diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index 7bc7e8bc6..6c7226c47 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>cds-ms</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> <relativePath>..</relativePath> </parent> diff --git a/ms/error-catalog/services/pom.xml b/ms/error-catalog/services/pom.xml index 725aea2e6..c300a2aa5 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>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> </parent> <artifactId>error-catalog-services</artifactId> |