diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-04-01 12:25:35 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-04-01 12:25:35 +0000 |
commit | 79d0e8001c78d1a7436f70d586a573e1186e28ba (patch) | |
tree | 73fa90e84ed67b171acfeb6023420d5fa9c98367 /components/model-catalog/blueprint-model/pom.xml | |
parent | b52ae093581298dad8885dabd2d891167ad81658 (diff) |
Release ccsdk/cds0.7.1
Diffstat (limited to 'components/model-catalog/blueprint-model/pom.xml')
-rw-r--r-- | components/model-catalog/blueprint-model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/pom.xml b/components/model-catalog/blueprint-model/pom.xml index e84ae31bb..8c4a9035c 100644 --- a/components/model-catalog/blueprint-model/pom.xml +++ b/components/model-catalog/blueprint-model/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>cba-parent</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> <relativePath>../../../ms/blueprintsprocessor/cba-parent</relativePath> </parent> <groupId>org.onap.ccsdk.cds.cba</groupId> <artifactId>blueprint-model</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</version> <packaging>pom</packaging> <name>CBA - Blueprints</name> |