diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-06-24 10:58:18 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-06-24 10:58:18 +0000 |
commit | d3fce84c1c384c52a7c816af7ce3cc163731a60e (patch) | |
tree | ae1775352affa8e7d124131ae90b091c0a99bef1 /ms/blueprintsprocessor/modules/inbounds/configs-api | |
parent | faa079fd64f8f4ebdee211ba30476d2dd0b05070 (diff) |
Release ccsdk/cds0.7.4
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/configs-api')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index c7c92ace8..3fc07437a 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -21,11 +21,11 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>inbounds</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.4</version> </parent> <artifactId>configs-api</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.4</version> <packaging>jar</packaging> <name>Blueprints Processor Resource Configurations API</name> |