summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2020-10-23 11:31:24 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2020-10-23 11:31:24 +0800
commit61b779f007d7bd214cf8365b17c8ef615624f61c (patch)
tree34362ef437eefbfbc46f5573896ffaadb6e67b50
parent4674b525371145231e91396d07c1966c98b5b6ca (diff)
Changed the version back to 1.3.2-SNAPSHOT
Change-Id: Ic029c63df676725ebcf27c030dad5c33815c3752 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 55f5bf3..60ba3b7 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</version>
+ <version>1.3.2-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index 540682a..d01e18e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.2</version>
+ <version>1.3.2-SNAPSHOT</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>