diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-07 20:17:26 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-07 20:17:26 +0000 |
commit | c9b15ce818e0d93c0dd2564ac1f7a94b1f10eb5b (patch) | |
tree | 3a4f1c109dd9a859ea4a7655a3d19e49486f71c5 /components | |
parent | 45bdf840d3e0380e30cf77c29eb084bc7adce308 (diff) |
Release ccsdk/cds0.5.1
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 931e5fdad..0998d2fdd 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.5.1-SNAPSHOT</version> + <version>0.5.1</version> <relativePath>../../../</relativePath> </parent> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>proto-definition</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.1</version> <packaging>jar</packaging> <name>Controller Blueprints Proto Definition</name> diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 21e0afa74..ff16ea6e5 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.5.1-SNAPSHOT</version> + <version>0.5.1</version> </parent> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>parent</artifactId> diff --git a/components/pom.xml b/components/pom.xml index 7926018e1..b46e9a4f5 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.5.1-SNAPSHOT</version> + <version>0.5.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>components</artifactId> |