summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-10-10 09:13:02 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-10-10 09:13:02 +0800
commit7b42bb15c5ed414fd465af8c836ae63abb8b21c0 (patch)
tree8392d78d1f50c3bfb85d62d33e23d3b8988e93d9
parent9356202306e1eb327e92de7a5fcdc3ad1d0a7182 (diff)
Change the Version Back to Snapshot
Change-Id: I225a67318fbfd20dd7a2505bf4788c324a9761b1 Issue-ID: HOLMES-52 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--holmes-actions/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 5395b3c..a44a27f 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-common-parent</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index 54a3636..9406d9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>