diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-09 12:42:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-09 12:42:16 +0000 |
commit | fe80fe11b82b5b8bfc38349a4304cbe8f1fc0724 (patch) | |
tree | 777db5500c0fe5b45d4aba0937b7d12f570138f0 /mdsal-resource | |
parent | 401f165066f569269964eec1ddd65bc5439450f6 (diff) | |
parent | fac1e9ba4a0198274e0e21abbb7a4c003c470dc1 (diff) |
Merge "Roll to version 0.1.1-SNAPSHOT"
Diffstat (limited to 'mdsal-resource')
-rwxr-xr-x | mdsal-resource/features/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/installer/pom.xml | 2 | ||||
-rwxr-xr-x | mdsal-resource/pom.xml | 4 | ||||
-rwxr-xr-x | mdsal-resource/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index b4e7220d..ef1a8066 100755 --- a/mdsal-resource/features/pom.xml +++ b/mdsal-resource/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mdsal-resource</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-features</artifactId> <name>MD-SAL Resource Adaptor - Features</name> diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml index 259bc06a..0bc39591 100755 --- a/mdsal-resource/installer/pom.xml +++ b/mdsal-resource/installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mdsal-resource</artifactId> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-installer</artifactId> <name>MDSAL Resource - Karaf Installer</name> 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> diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index 28eab682..7f349b55 100755 --- a/mdsal-resource/provider/pom.xml +++ b/mdsal-resource/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-provider</artifactId> <packaging>bundle</packaging> |