Merge "Bump parent 3.2.0 on master"
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 20 May 2020 00:36:06 +0000 (00:36 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 20 May 2020 00:36:06 +0000 (00:36 +0000)
integration/pom.xml
pom.xml
version.properties

index d7496b0..352f810 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.1.4-SNAPSHOT</version>
+        <version>3.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index ce20c9f..505c0cc 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.1.4-SNAPSHOT</version>
+    <version>3.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 7f9c490..f34034b 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=3
-minor=1
-patch=4
+minor=2
+patch=0
 
 base_version=${major}.${minor}.${patch}