diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-09 12:14:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-09 12:14:12 +0000 |
commit | 6607b8d5eb03c368a53913fa406877db95b51fb2 (patch) | |
tree | da16dd522842869fd7adc1572d1f0007ab9a248d /sliPluginUtils/pom.xml | |
parent | d2d0a06cd7a24dc47cc77c575bf77c5fd68a84c6 (diff) | |
parent | 0dcd7f08365a87947a18dee0f617cf8586f4b287 (diff) |
Merge "Roll version to 0.1.3-SNAPSHOT"
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 3d80b723..2817fa52 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> |