summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-08-22 10:10:09 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-08-22 10:10:09 +0800
commit6965c239c338bd8b9e16cdcdd2bf9e4ee3ff22fb (patch)
tree8ce10799dd65f2a2ead6c89f1628041e6d16c129
parentc3b07b59b78275e206011bc069ffd97cc65c5ec1 (diff)
Updated the version to 1.2.0-SNAPSHOT
Change-Id: I608dae52453d9dbcdbf5f4a105981f9ab058306e Issue-ID: HOLMES-161 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--holmes-actions/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index cf110c4..d5f5d59 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.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index 02a7adb..bacc2c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>
diff --git a/version.properties b/version.properties
index e2595ba..08f1f93 100644
--- a/version.properties
+++ b/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}