aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-10 14:03:29 -0500
committerJim Hahn <jrh3@att.com>2021-03-10 14:04:00 -0500
commitffb74ac019aae806a4465bc0ddf9925b67fea905 (patch)
tree00f6fd5cf9dafff29088d47268bf48a479be7073
parent4b2e3aaea4253c33cd6490fd15e26e1ac054daa0 (diff)
Bump version to 3.4.0 in parent
Issue-ID: POLICY-3105 Change-Id: Idae28ee3bf7caa53d288410d9bec3f22658663c3 Signed-off-by: Jim Hahn <jrh3@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 caf99c4e..8c728089 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.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 66b6f3ac..7a62a3ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/version.properties b/version.properties
index 2df87163..75658f78 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=3
-patch=1
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}