diff options
author | Dan Timoney <dtimoney@att.com> | 2020-01-30 09:53:35 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-01-30 15:32:42 +0000 |
commit | 4903545aae48b6b8169b8716ba5bce7f0cd8d7ba (patch) | |
tree | 6211937b56e4405f3c12e10c74f9b85c4fae9d08 /blueprints-processor/adaptors/data-adaptor-provider | |
parent | 094e6e60ef2fda90f894b1b2f256b99a9d8c7f93 (diff) |
Roll to next snapshot
Roll to snapshot 0.7.1-SNAPSHOT version
Change-Id: I9b48334b6d91d249b8b8b1ba6fc61fe0ef3730b8
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'blueprints-processor/adaptors/data-adaptor-provider')
-rw-r--r-- | blueprints-processor/adaptors/data-adaptor-provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 545cf6775..486fa93cc 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -13,13 +13,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>blueprints-data-adaptor-provider</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: blueprints-processor-adaptor :: ${project.artifactId}</name> |