aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-16 23:49:52 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 16:55:11 -0800
commitd3cddb1734a28d8fa3b7262f0c1d0c14f213deb2 (patch)
treedca5fbc25676b503c3b043e0344b59fa578d6eef /utils
parentbf966e65057f8239a8110025af33c1f6775529be (diff)
Bump patch version
Bump patch version in preparation for Amsterdam branching Change-Id: I52eac7658d1aa2fc85b15e13c297fbe6917267bd Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'utils')
-rwxr-xr-xutils/features/pom.xml2
-rwxr-xr-xutils/installer/pom.xml2
-rwxr-xr-xutils/pom.xml4
-rw-r--r--utils/provider/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/utils/features/pom.xml b/utils/features/pom.xml
index dedb18e4..29c023b4 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 3af9a586..5361dafc 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 cf7dbc50..aad7e625 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 7cfc6646..c0ffbe26 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>