summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-18 17:34:02 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-18 17:34:02 -0800
commit808aa39044d1d49caff15e92ed75991fce20e818 (patch)
treea08d1906cdb7722a6040e37848d0cac5ae7ddc07
parent6e600a30fdcc421ac7e4ca0d2989c29a3bb1f39c (diff)
Bump minor version
Bump minor version in preparation for Amsterdam branching. Change-Id: I801a1f4d7af8cf44b58a6c2481330007628edcf1 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml2
-rw-r--r--rulemgt-standalone/pom.xml2
-rw-r--r--rulemgt/pom.xml2
-rw-r--r--version.properties2
4 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index badf630..5a49a08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>holmes-rule-management</name>
<modules>
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml
index e68d6d7..606acbf 100644
--- a/rulemgt-standalone/pom.xml
+++ b/rulemgt-standalone/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>holmes-rulemgt-standalone</artifactId>
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index d996727..78de592 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>holmes-rulemgt</artifactId>
diff --git a/version.properties b/version.properties
index cdcd1e9..e2595ba 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=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}