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 /sql-resource | |
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 'sql-resource')
-rwxr-xr-x | sql-resource/features/pom.xml | 2 | ||||
-rwxr-xr-x | sql-resource/installer/pom.xml | 2 | ||||
-rwxr-xr-x | sql-resource/pom.xml | 4 | ||||
-rwxr-xr-x | sql-resource/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sql-resource/features/pom.xml b/sql-resource/features/pom.xml index 8c38ece9..fd0f8d84 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.0-SNAPSHOT</version> + <version>0.1.1-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 1ff621a0..16e1b824 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.0-SNAPSHOT</version> + <version>0.1.1-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 c372a7c5..f1d8a3fb 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.0-SNAPSHOT</version> + <version>0.1.1-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.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml index 9a7d2457..33e9986b 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.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <artifactId>sql-resource-provider</artifactId> <packaging>bundle</packaging> |