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 /sliPluginUtils/pom.xml | |
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 'sliPluginUtils/pom.xml')
-rwxr-xr-x | sliPluginUtils/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml index 3d80b7231..2817fa52d 100755 --- a/sliPluginUtils/pom.xml +++ b/sliPluginUtils/pom.xml @@ -3,7 +3,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.3-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> @@ -11,7 +11,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> <name>Service Logic Interface Plugin Utilities</name> <description>A package of static utility functions to be used when developing SLI plugins</description> |