aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-09-04 10:35:54 -0400
committerJim Hahn <jrh3@att.com>2019-09-04 10:38:15 -0400
commitc0784b571a00ff28117ae20d7e55cc885db71557 (patch)
tree3a39811bd75fddfc5acd9ae00fbdb8674ab499f7
parent2f6374abde13a8e62e15387690b9f0cc1981814f (diff)
Bump version on master branch of policy/parent
Change-Id: I2dfbec1c22d318157b48f8b299d3475bba788b5d Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--integration/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 14257797..0a707999 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 013e19a1..e8a55d40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/version.properties b/version.properties
index fd262fb4..bc48f0ac 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=3
-minor=0
-patch=1
+minor=1
+patch=0
base_version=${major}.${minor}.${patch}