summaryrefslogtreecommitdiffstats
path: root/mdsal-resource
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-21 14:31:45 -0500
committerDan Timoney <dtimoney@att.com>2017-11-21 14:31:45 -0500
commit890ad9dd6632cc2c2a125645afeee4724b3598be (patch)
tree2611a449c2af823c1c84fee947170aec3d3e2159 /mdsal-resource
parentbce1d3f2763e46bf04c0e4d9e4f5d5be9474378e (diff)
Bump minor version
Bump minor version and reset build for Beijing development Change-Id: Ie4e0bc53c1b378d59dc0ec2504cf92a36f8ff04f Issue-ID: CIMAN-120 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'mdsal-resource')
-rwxr-xr-xmdsal-resource/features/pom.xml2
-rwxr-xr-xmdsal-resource/installer/pom.xml2
-rwxr-xr-xmdsal-resource/pom.xml4
-rwxr-xr-xmdsal-resource/provider/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml
index ef1a8066..478ef057 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.1-SNAPSHOT</version>
+ <version>0.2.0-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 0bc39591..9f4027b0 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.1-SNAPSHOT</version>
+ <version>0.2.0-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 1a31bf36..5d434668 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.1-SNAPSHOT</version>
+ <version>0.2.0-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.1-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<dependencyManagement>
diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml
index 7f349b55..0e158ebd 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.1-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>mdsal-resource-provider</artifactId>
<packaging>bundle</packaging>