diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-29 14:25:53 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-29 14:25:53 -0400 |
commit | b53e8c377b2e7c6b516f9b35ecb37a7fe0ce70d7 (patch) | |
tree | ec959fda5fbe1bea9227680e91e630a1517dfd3b /utils/provider | |
parent | 2afa278abc75d36683c218c0727cdca6064b1183 (diff) |
Roll to next snapshot
Roll to next Frankfurt snapshot versions
Change-Id: I42c2476db9654d72a58aacdcdef4763e9f80e0d0
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'utils/provider')
-rw-r--r-- | utils/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index 8f5bbcb0..0531d87e 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.4</version> + <version>1.5.5-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>utils-provider</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> |