diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-04-05 14:17:44 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-04-05 14:17:44 +0000 |
commit | 89ea4703adb8f501ad2ac18edc425846c10e6e12 (patch) | |
tree | 552f1bb13d31739b29936f9bb14f0ce513ba37c1 /ms/error-catalog | |
parent | 090049fc79d0b90666cb975c7e7da1a4bf4189fb (diff) |
Release ccsdk/cds1.1.2
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 8bd94adce..91b995ccd 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.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <artifactId>error-catalog-application</artifactId> diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml index 26c8bb18d..8cebb20e5 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.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <artifactId>error-catalog-core</artifactId> diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index 5ec53c062..30fd1ccaa 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.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath>..</relativePath> </parent> diff --git a/ms/error-catalog/services/pom.xml b/ms/error-catalog/services/pom.xml index 9a2d409a5..19daee414 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.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <artifactId>error-catalog-services</artifactId> |