Bump version on master branch of policy/parent 52/94952/1
authorJim Hahn <jrh3@att.com>
Wed, 4 Sep 2019 14:35:54 +0000 (10:35 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 4 Sep 2019 14:38:15 +0000 (10:38 -0400)
Change-Id: I2dfbec1c22d318157b48f8b299d3475bba788b5d
Issue-ID: POLICY-2045
Signed-off-by: Jim Hahn <jrh3@att.com>
integration/pom.xml
pom.xml
version.properties

index 1425779..0a70799 100644 (file)
@@ -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 013e19a..e8a55d4 100644 (file)
--- 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>
index fd262fb..bc48f0a 100644 (file)
@@ -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}