diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-05-01 13:41:17 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-05-01 13:41:17 +0000 |
commit | f7ad16af0996cb33793a7895f9ac5ca201ef632d (patch) | |
tree | 42fdba18f13c3c98135d57996e182d032266dd41 /ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml | |
parent | 465d3a5478ebb88a536bf5becf4646e4608fc2f3 (diff) |
Release ccsdk/cds0.7.2
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml index fde031453..f1f3efcf4 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>inbounds</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> </parent> <artifactId>health-api</artifactId> @@ -36,7 +36,7 @@ <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>health-api-common</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> </dependency> </dependencies> </project> |