summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-09-25 15:41:35 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-09-25 15:41:35 +0800
commite3285def777627f48b2d681383dd4a38d1c9908e (patch)
tree6b1f78da9dae88c9c89cb002852792efc70aa1a3
parent0473a39534d0b913f480a196dbbdef78d2440a73 (diff)
Updated the Version of the Module
Change-Id: Ifadd6db34d2932bde95b19279cc18418459cef0a Issue-ID: HOLMES-171 Signed-off-by: GuangrongFu <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 bd41a96..6a07c19 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.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index 08ff6c0..7c281db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>