diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:37:02 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:37:02 -0500 |
commit | dc10cbe1d24ad857be6bf6ab9bed918219eb89f0 (patch) | |
tree | bd9c87868d804fb814eba404da3c7c96f555cd00 /blueprints-processor/adaptors/data-adaptor-provider | |
parent | 03c25f06baef3d96cf888363dc26b09695337c8e (diff) |
Use 1.5.1-SNAPSHOT version of parent pom
Fixed version of parent pom to use snapshot version
Change-Id: Ia43d59fcdc3d85302ea1d043defa261b9007ca3e
Issue-ID: CCSDK-1935
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'blueprints-processor/adaptors/data-adaptor-provider')
-rw-r--r-- | blueprints-processor/adaptors/data-adaptor-provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 4a24883f0..e99ecc4cd 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.0</version> + <version>1.5.1-SNAPSHOT</version> <relativePath/> </parent> |