diff options
Diffstat (limited to 'ms/pom.xml')
-rw-r--r-- | ms/pom.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ms/pom.xml b/ms/pom.xml index 92ffa546b..82a624aac 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -20,23 +20,22 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> - <artifactId>parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <artifactId>cds-aggregator</artifactId> + <version>1.1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> - <artifactId>ms</artifactId> - <version>1.0.0-SNAPSHOT</version> + <artifactId>cds-ms</artifactId> <packaging>pom</packaging> - <name>Micro-services Root</name> - <description>Micro-services</description> + <name>MS (Root)</name> + <description>CDS Micro-services</description> <modules> <module>error-catalog</module> <module>blueprintsprocessor</module> - <module>py-executor</module> <module>command-executor</module> + <module>py-executor</module> <module>sdclistener</module> </modules> |