diff options
Diffstat (limited to 'components/pom.xml')
-rw-r--r-- | components/pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/components/pom.xml b/components/pom.xml index 184c2cac8..e7076716a 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -20,19 +20,18 @@ <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>components</artifactId> - <version>1.0.0-SNAPSHOT</version> + <artifactId>cds-components</artifactId> <packaging>pom</packaging> - <name>Components Root</name> - <description>Components</description> + <name>Components (Root)</name> <modules> + <module>cba-parent</module> <module>model-catalog/blueprint-model</module> </modules> </project> |