aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-05-19 19:28:19 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-05-19 19:28:25 -0400
commit47d1b2c1064da356d7a9726f1c8d35cb68e9a4a1 (patch)
treeee21e3cc597ca2dbfab5ec703c0c197d5f54d906
parente261bc3b885a40589bef5698c9d1c98a9e595206 (diff)
Bump parent 3.2.0 on master
Issue-ID: POLICY-2514 Change-Id: I22902bd8b7a0c1e021870b441259950f9ac96970 Signed-off-by: Pamela Dragosh <pdragosh@research.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 d7496b03..352f8103 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -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 ce20c9fd..505c0ccf 100644
--- 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>
diff --git a/version.properties b/version.properties
index 7f9c4908..f34034bc 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=1
-patch=4
+minor=2
+patch=0
base_version=${major}.${minor}.${patch}