summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2020-10-22 20:07:49 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2020-10-22 20:07:49 +0800
commitf25452beb55623113936b062508548c073cff99e (patch)
treebcba774fc4f06a6d27b7cb0b0fe59af9c87a221b
parent8fe3168b910b5088d4874890961a26792b6d7325 (diff)
Bumped the Version Number to 1.3.2
Change-Id: I0f03b49e917941100693c3b9c4fc24e028fe4a99 Issue-ID: HOLMES-368 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 60ba3b7..55f5bf3 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.3.2-SNAPSHOT</version>
+ <version>1.3.2</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index d01e18e..540682a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.2</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>