diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-05-17 15:42:25 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-05-17 15:42:25 +0800 |
commit | b5129b817c2bb795cfaf80c7b6da8ba1f1529a64 (patch) | |
tree | 9cfd8c5815d83cb1e8f0413b590ed0c69234cbf3 | |
parent | 8aa19f8f7ea63044ffb9837e2aa21a6914c64fbc (diff) |
Bumped the version of the moduledublin
Change-Id: I797373b69f53132529b73ea6fc34f75cab591744
Issue-ID: HOLMES-227
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 607c8bd..e5b367b 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.10-SNAPSHOT</version>
+ <version>1.2.11-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
@@ -20,7 +20,7 @@ <artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.2.10-SNAPSHOT</version>
+ <version>1.2.11-SNAPSHOT</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>
diff --git a/version.properties b/version.properties index 78aa626..db7829a 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1
minor=2
-patch=10
+patch=11
base_version=${major}.${minor}.${patch}
|