aboutsummaryrefslogtreecommitdiffstats
path: root/sql-resource
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-14 14:54:46 -0400
committerDan Timoney <dtimoney@att.com>2017-08-14 14:54:46 -0400
commit4b4fa3eefbabac17ee5a1beae558c47f9566ceb4 (patch)
tree34a8ae02d14afbeefdc3f15439937fc5c4f86da8 /sql-resource
parent7aeb6339da8ab2bd346655438b65fa4a413c7405 (diff)
Update root pom to Carbon SR1
Update adaptors to compile against Carbon SR1 maven artifacts Change-Id: I74e2710d7206bc3efe403439bb346615de6e3f75 Issue-ID: CCSDK-24 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 4b32a9f0..8c38ece9 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.0.1-SNAPSHOT</version>
+ <version>0.1.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 fa27cfe5..1ff621a0 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.0.1-SNAPSHOT</version>
+ <version>0.1.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 a3376c1c..ffec0c42 100755
--- a/sql-resource/pom.xml
+++ b/sql-resource/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>sdnc-adaptors</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.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.0.1-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml
index 195a10e6..a9a63494 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.0.1-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>sql-resource-provider</artifactId>
<packaging>bundle</packaging>