diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-10-15 08:29:59 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-10-15 08:29:59 +0800 |
commit | 8a47b6fa49e672c26a9334b6e305ff765f9c5a6c (patch) | |
tree | e68d3c67e43f8227fbb26b26ae8b198a9ff073ba | |
parent | 480e77e15e0da305d10374d12ad5e999f64f797d (diff) |
Updated the Version to 1.2.1
Change-Id: I2af4c4147a5f77f736d179d08cc220d91c6ab73f
Issue-ID: HOLMES-173
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-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 6a07c19..5090b74 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</version>
+ <version>1.2.1</version>
</parent>
<name>holmes-common-service</name>
@@ -20,7 +20,7 @@ <artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.2.0</version>
+ <version>1.2.1</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>
|