aboutsummaryrefslogtreecommitdiffstats
path: root/sql-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 /sql-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 'sql-resource')
-rwxr-xr-xsql-resource/features/pom.xml2
-rwxr-xr-xsql-resource/installer/pom.xml2
-rwxr-xr-xsql-resource/pom.xml4
-rwxr-xr-xsql-resource/provider/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/sql-resource/features/pom.xml b/sql-resource/features/pom.xml
index fd0f8d84..499e3cb7 100755
--- a/sql-resource/features/pom.xml
+++ b/sql-resource/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>sql-resource</artifactId>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>sql-resource-features</artifactId>
<name>Sql Resource Adaptor - Features</name>
diff --git a/sql-resource/installer/pom.xml b/sql-resource/installer/pom.xml
index 16e1b824..505cf409 100755
--- a/sql-resource/installer/pom.xml
+++ b/sql-resource/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>sql-resource</artifactId>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>sql-resource-installer</artifactId>
<name>SQL Resource - Karaf Installer</name>
diff --git a/sql-resource/pom.xml b/sql-resource/pom.xml
index f1d8a3fb..e660b566 100755
--- a/sql-resource/pom.xml
+++ b/sql-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>Sql Resource Adaptor</name>
<description>The Sql resource adaptor allows service logic to read/write data from a local database using direct SQL statements</description>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml
index 33e9986b..bcf6f0ff 100755
--- a/sql-resource/provider/pom.xml
+++ b/sql-resource/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>sql-resource</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>sql-resource-provider</artifactId>
<packaging>bundle</packaging>