diff options
Diffstat (limited to 'components/pom.xml')
-rw-r--r-- | components/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/pom.xml b/components/pom.xml index 26d609f12..2febac501 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>parent</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>components</artifactId> @@ -35,7 +35,7 @@ <maven.compiler.source>1.8</maven.compiler.source> </properties> <modules> - <module>parent</module> + <!-- TODO("Switch dependency to bluprint-proto and then remove proto-definition this") --> <module>model-catalog/proto-definition</module> </modules> </project> |