Bump parent 3.2.0 on master 32/107932/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 19 May 2020 23:28:19 +0000 (19:28 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 19 May 2020 23:28:25 +0000 (19:28 -0400)
Issue-ID: POLICY-2514
Change-Id: I22902bd8b7a0c1e021870b441259950f9ac96970
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
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}