diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-10-12 08:07:39 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-10-12 08:08:52 +0800 |
commit | adac12885eafc0cf0cd1b33516a69e6bdfbe0ad9 (patch) | |
tree | 6e01041554d283dd02f28b3edb65c28310325d01 | |
parent | 344aa523d3ac128605304b25371993ff28e4b988 (diff) |
Bumped the version no. to 1.2.13
Change-Id: I19b34f6b3ebf6e7baf514d8dd5a3ed149512c38d
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 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index fe0e2eb..f3ac933 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.12</version>
+ <version>1.2.13</version>
</parent>
<name>holmes-common-service</name>
@@ -20,7 +20,7 @@ <artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.2.12</version>
+ <version>1.2.13</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>
diff --git a/version.properties b/version.properties index 8f80063..44d6d38 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1
minor=2
-patch=12
+patch=13
base_version=${major}.${minor}.${patch}
|