diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-09 07:16:55 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-09 07:30:06 -0500 |
commit | fac1e9ba4a0198274e0e21abbb7a4c003c470dc1 (patch) | |
tree | 3b8310be938fe0bfd40163892360b6cad0653ec2 /mdsal-resource/pom.xml | |
parent | f2e639b1a3c7ee762dfc13a94d444435f42b1d95 (diff) |
Roll to version 0.1.1-SNAPSHOT
Roll to next release version
Change-Id: I6256aa3e20e6d03edf02ea2f049ca425944dc605
Issue-ID: CCSDK-141
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'mdsal-resource/pom.xml')
-rwxr-xr-x | mdsal-resource/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdsal-resource/pom.xml b/mdsal-resource/pom.xml index 242a671e..1a31bf36 100755 --- a/mdsal-resource/pom.xml +++ b/mdsal-resource/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ccsdk-sli-adaptors</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -15,7 +15,7 @@ <name>MD-SAL Resource Adaptor</name> <description>The MD-SAL resource adaptor allows service logic to access persistent data from MD-SAL config and operational trees</description> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <dependencyManagement> |