diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-09-19 12:47:04 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-09-19 12:47:04 +0000 |
commit | 0ac694cea62d8401f53495aee54935acba93c81e (patch) | |
tree | dca4c14042a41f0ad44edd51373e57a932f11b31 /components | |
parent | 4ebbc525f76db921eb080b7dbb10da477bf7c2f5 (diff) |
Release ccsdk/cds0.6.3
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 912c7b196..dea992c57 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.3-SNAPSHOT</version> + <version>0.6.3</version> <relativePath>../../../</relativePath> </parent> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>proto-definition</artifactId> - <version>0.6.3-SNAPSHOT</version> + <version>0.6.3</version> <packaging>jar</packaging> <name>Controller Blueprints Proto Definition</name> diff --git a/components/parent/pom.xml b/components/parent/pom.xml index d3f9bfb41..a92c02268 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.3-SNAPSHOT</version> + <version>0.6.3</version> </parent> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>parent</artifactId> diff --git a/components/pom.xml b/components/pom.xml index 37b75dddb..513b8670e 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.3-SNAPSHOT</version> + <version>0.6.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>components</artifactId> |