diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-19 20:05:14 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-19 20:19:02 -0400 |
commit | da375f75c9c917d64c6a6f19b4337978b085b9a9 (patch) | |
tree | 878791404a24b17cd6532910c218bb977b7db11e /restconf-client/provider/pom.xml | |
parent | c7971703e0455c2ea71ac1b7072d4d1d2f99577f (diff) |
Roll to next Casablanca snapshot
Roll to next Casablanca snapshot version
Change-Id: Id7b92c0774ddb03ae918c4fcc0b51a240dc85d79
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'restconf-client/provider/pom.xml')
-rwxr-xr-x | restconf-client/provider/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index cfa37454..40983078 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -6,12 +6,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.1</version> + <version>1.1.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-provider</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.3.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> @@ -39,7 +39,7 @@ <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>properties-node-provider</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.3.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> @@ -63,7 +63,7 @@ <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restapi-call-node-provider</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.3.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> |