diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-30 10:38:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-30 10:38:57 -0400 |
commit | 953072c4c372748c54abe4214513fc3341ceb915 (patch) | |
tree | 56db33a1c7b6addbf55be8f5fd6224cf639a8e8c /restconf-client/provider | |
parent | 670b3793a926d142db91116288e1db348a1556a3 (diff) |
Roll to next snapshot
Roll to next Frankfurt snapshot
Change-Id: I76dda190d8e9ccc65635956499b83b66ead91ad3
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'restconf-client/provider')
-rwxr-xr-x | restconf-client/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index 81297764..51d741c9 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.4</version> + <version>1.5.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-provider</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> |