diff options
author | tang peng <tang.peng5@zte.com.cn> | 2018-09-25 07:51:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-25 07:51:57 +0000 |
commit | d00f96d02f8f44ca0fe84a1a38c726edf80128ce (patch) | |
tree | 9a7631d58991d3e363ba055fb1b321c589b86d87 | |
parent | 5728f2d081afbf4c89d2128ba952200877155f7d (diff) | |
parent | e3285def777627f48b2d681383dd4a38d1c9908e (diff) |
Merge "Updated the Version of the Module"1.2.0
-rw-r--r-- | holmes-actions/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
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>
@@ -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>
|