aboutsummaryrefslogtreecommitdiffstats
path: root/sliPluginUtils
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-24 13:28:27 -0500
committerDan Timoney <dtimoney@att.com>2017-02-24 13:28:38 -0500
commit2bc3e5cc85a9384d080392bc98f623bc88f68592 (patch)
tree2dd749edbafee724d1da832591a9ce8a2f1b5d7f /sliPluginUtils
parent1be30f7415dca363d9a70cd95d480d4f1160d915 (diff)
[VERSION] Roll back to snapshot
Roll back to version 1.0.0-SNAPSHOT Change-Id: I01ecdf7f547d7d79f4e9d23625407cd5a3464e67 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliPluginUtils')
-rwxr-xr-xsliPluginUtils/features/pom.xml2
-rwxr-xr-xsliPluginUtils/installer/pom.xml2
-rwxr-xr-xsliPluginUtils/pom.xml4
-rwxr-xr-xsliPluginUtils/provider/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml
index 9910964..f1da193 100755
--- a/sliPluginUtils/features/pom.xml
+++ b/sliPluginUtils/features/pom.xml
@@ -8,7 +8,7 @@
<parent>
<artifactId>sliPluginUtils</artifactId>
<groupId>org.openecomp.sdnc.core</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<name>SliPluginUtils Plugin - Features</name>
diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml
index f84f744..52f5e84 100755
--- a/sliPluginUtils/installer/pom.xml
+++ b/sliPluginUtils/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>sliPluginUtils</artifactId>
<groupId>org.openecomp.sdnc.core</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>sliPluginUtils-installer</artifactId>
<name>SLI Plugin Utilities - Karaf Installer</name>
diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml
index b9e7b35..0bf4ad6 100755
--- a/sliPluginUtils/pom.xml
+++ b/sliPluginUtils/pom.xml
@@ -3,7 +3,7 @@
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>sliPluginUtils</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>sdnc-core</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-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>
diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml
index 7c8c7c2..8a59661 100755
--- a/sliPluginUtils/provider/pom.xml
+++ b/sliPluginUtils/provider/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>sliPluginUtils</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<name>SliPluginUtils Plugin - Provider</name>