diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-04-14 13:46:56 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-04-14 13:46:56 +0000 |
commit | 33b270a16370ace034c7c5b382c7407a029d5fc9 (patch) | |
tree | 62f8a583e982d48043d2de52ed98be07d6af2f6c /components | |
parent | c079ace7799d9e8619eddf81b9d2b441413c97dd (diff) |
Release ccsdk/cds0.6.5
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/proto-definition/pom.xml | 4 | ||||
-rw-r--r-- | components/parent/pom.xml | 2 | ||||
-rw-r--r-- | components/pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml index 344e5e5fe..b987071a6 100644 --- a/components/model-catalog/proto-definition/pom.xml +++ b/components/model-catalog/proto-definition/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>parent</artifactId> - <version>0.6.5-SNAPSHOT</version> + <version>0.6.5</version> <relativePath>../../../</relativePath> </parent> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>proto-definition</artifactId> - <version>0.6.5-SNAPSHOT</version> + <version>0.6.5</version> <packaging>jar</packaging> <name>Controller Blueprints Proto Definition</name> diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 0c018b36f..39f0a0b30 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>components</artifactId> - <version>0.6.5-SNAPSHOT</version> + <version>0.6.5</version> </parent> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>parent</artifactId> diff --git a/components/pom.xml b/components/pom.xml index f11efe674..6d0fe56bb 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.5-SNAPSHOT</version> + <version>0.6.5</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>components</artifactId> |