summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-10-12 12:14:59 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-10-12 12:14:59 +0800
commit4db451110069a1de96f13859de22df04fd2c35c1 (patch)
tree7f849d0b0cffa20b62f5658089b7cbadcde78dde
parentadac12885eafc0cf0cd1b33516a69e6bdfbe0ad9 (diff)
Changed the version to 1.2.13-SNAPSHOT
Change-Id: I441e3dd0ec21038874c23b7a8d4f8329fddde26e Issue-ID: HOLMES-268 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 f3ac933..5449313 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.13</version>
+ <version>1.2.13-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index 4c7dbdc..9005ad8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.2.13</version>
+ <version>1.2.13-SNAPSHOT</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>