diff options
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 | 4 | ||||
-rw-r--r-- | ms/error-catalog/services/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/ms/error-catalog/application/pom.xml b/ms/error-catalog/application/pom.xml index e775585ae..21f3ecd9a 100644 --- a/ms/error-catalog/application/pom.xml +++ b/ms/error-catalog/application/pom.xml @@ -26,7 +26,7 @@ <artifactId>error-catalog-application</artifactId> - <name>Error Catalog Application</name> + <name>MS Error Catalog Application</name> <description>Error Catalog Application</description> <properties> diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml index 81ad38f00..af9047b62 100644 --- a/ms/error-catalog/core/pom.xml +++ b/ms/error-catalog/core/pom.xml @@ -26,7 +26,7 @@ <artifactId>error-catalog-core</artifactId> - <name>Error Catalog Core</name> + <name>MS Error Catalog Core</name> <description>Error Catalog Core</description> <properties> diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index 328523d5f..034eaaaa1 100644 --- a/ms/error-catalog/pom.xml +++ b/ms/error-catalog/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> - <artifactId>ms</artifactId> + <artifactId>cds-ms</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -29,7 +29,7 @@ <artifactId>error-catalog</artifactId> <packaging>pom</packaging> - <name>Error Catalog Lib</name> + <name>MS Error Catalog Lib</name> <description>Error Catalog Lib for ONAP Components</description> <modules> diff --git a/ms/error-catalog/services/pom.xml b/ms/error-catalog/services/pom.xml index c5e6cb216..21434c803 100644 --- a/ms/error-catalog/services/pom.xml +++ b/ms/error-catalog/services/pom.xml @@ -26,7 +26,7 @@ <artifactId>error-catalog-services</artifactId> - <name>Error Catalog Service</name> + <name>MS Error Catalog Service</name> <description>Error Catalog Service</description> <properties> |