diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-02 13:36:26 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-02 13:36:26 +0000 |
commit | ede9f8b68a00726f3ff673ad37fe678b4f81a0b5 (patch) | |
tree | 2b8525b88c9c3d2346f00fe17be9fa0f7ccb1089 /blueprints-processor/adaptors | |
parent | d45b32fd84aed39798426423919115f8295813ad (diff) |
Release ccsdk/features0.5.0
Diffstat (limited to 'blueprints-processor/adaptors')
-rw-r--r-- | blueprints-processor/adaptors/data-adaptor-provider/pom.xml | 4 | ||||
-rw-r--r-- | blueprints-processor/adaptors/pom.xml | 4 | ||||
-rw-r--r-- | blueprints-processor/adaptors/rest-adaptor-provider/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index bfc50c2d6..fc3866c74 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -13,12 +13,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features</groupId> - <version>0.5.0-SNAPSHOT</version> + <version>0.5.0</version> <artifactId>blueprints-data-adaptor-provider</artifactId> <packaging>bundle</packaging> <name>Blueprints Data Adaptor - Provider</name> diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml index a50d8c6ee..cac50b05b 100644 --- a/blueprints-processor/adaptors/pom.xml +++ b/blueprints-processor/adaptors/pom.xml @@ -20,12 +20,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features</groupId> - <version>0.5.0-SNAPSHOT</version> + <version>0.5.0</version> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <artifactId>blueprints-processor-adaptors</artifactId> diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index 459e9038b..fad7e2482 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features</groupId> - <version>0.5.0-SNAPSHOT</version> + <version>0.5.0</version> <artifactId>blueprints-rest-adaptor-provider</artifactId> <packaging>bundle</packaging> <name>Blueprints Rest Adaptor - Provider</name> |