Bump parent master to 3.3.0 SNAPSHOT 46/114246/1
authorJim Hahn <jrh3@att.com>
Mon, 26 Oct 2020 15:09:20 +0000 (11:09 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 26 Oct 2020 15:10:57 +0000 (11:10 -0400)
Bumping minor version now that guilin branch has been created.

Issue-ID: POLICY-2875
Change-Id: Ia0f4cad92dc81c9cbdc98bc40af68480bf2afa08
Signed-off-by: Jim Hahn <jrh3@att.com>
integration/pom.xml
pom.xml
version.properties

index 4290969..64012b5 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 3b91e98..534dbe9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 962a34d..2640898 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=3
-minor=2
-patch=1
+minor=3
+patch=0
 
 base_version=${major}.${minor}.${patch}