summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2018-09-25 07:51:57 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-25 07:51:57 +0000
commitd00f96d02f8f44ca0fe84a1a38c726edf80128ce (patch)
tree9a7631d58991d3e363ba055fb1b321c589b86d87
parent5728f2d081afbf4c89d2128ba952200877155f7d (diff)
parente3285def777627f48b2d681383dd4a38d1c9908e (diff)
Merge "Updated the Version of the Module"1.2.0
-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>