diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-11-06 16:40:57 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-11-06 16:40:57 +0000 |
commit | e679782466dad989974eec12d135d947f7264f4c (patch) | |
tree | bb19e802211c7c6c614292e6062dd8e1e2b7cb32 /components | |
parent | c2d06ed4d1d85674277a2225b5999967cf59a432 (diff) |
Release ccsdk/cds0.6.4
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 297ba3c0f..09af53d01 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.4-SNAPSHOT</version> + <version>0.6.4</version> <relativePath>../../../</relativePath> </parent> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>proto-definition</artifactId> - <version>0.6.4-SNAPSHOT</version> + <version>0.6.4</version> <packaging>jar</packaging> <name>Controller Blueprints Proto Definition</name> diff --git a/components/parent/pom.xml b/components/parent/pom.xml index d3047a3ad..7b0475f32 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.4-SNAPSHOT</version> + <version>0.6.4</version> </parent> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>parent</artifactId> diff --git a/components/pom.xml b/components/pom.xml index 71664e127..8dd4c7d2f 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.4-SNAPSHOT</version> + <version>0.6.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>components</artifactId> |