diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-08 17:10:13 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-08 17:10:13 -0500 |
commit | 0dcd7f08365a87947a18dee0f617cf8586f4b287 (patch) | |
tree | c87d9b7c3397b84e7570b851373e6f55243b18a2 /utils | |
parent | bf966e65057f8239a8110025af33c1f6775529be (diff) |
Roll version to 0.1.3-SNAPSHOT
Roll to next snapshot version to prepare for release cut
Change-Id: I2a4c8395630b461314291bc8e0f83bf114a21f61
Issue-ID: CCSDK-141
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/features/pom.xml | 2 | ||||
-rwxr-xr-x | utils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | utils/pom.xml | 4 | ||||
-rw-r--r-- | utils/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/utils/features/pom.xml b/utils/features/pom.xml index dedb18e4a..29c023b4b 100755 --- a/utils/features/pom.xml +++ b/utils/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>utils</artifactId> <groupId>org.onap.ccsdk.sli.core</groupId> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.3-SNAPSHOT</version> </parent> <artifactId>utils-features</artifactId> <name>DBLIB Adaptor - Features</name> diff --git a/utils/installer/pom.xml b/utils/installer/pom.xml index 3af9a5866..5361dafc9 100755 --- a/utils/installer/pom.xml +++ b/utils/installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>utils</artifactId> <groupId>org.onap.ccsdk.sli.core</groupId> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.3-SNAPSHOT</version> </parent> <artifactId>utils-installer</artifactId> <name>SLI core utils - Karaf Installer</name> diff --git a/utils/pom.xml b/utils/pom.xml index cf7dbc50f..aad7e625a 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli-core</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.3-SNAPSHOT</version> </parent> @@ -16,7 +16,7 @@ <name>SLI Utils</name> <description>Utilities used across sli-core</description> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.3-SNAPSHOT</version> <build> diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index 7cfc66468..c0ffbe26c 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>utils</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |