diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-10-12 12:14:59 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-10-12 12:14:59 +0800 |
commit | 4db451110069a1de96f13859de22df04fd2c35c1 (patch) | |
tree | 7f849d0b0cffa20b62f5658089b7cbadcde78dde | |
parent | adac12885eafc0cf0cd1b33516a69e6bdfbe0ad9 (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.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 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>
@@ -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>
|