aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-10-27 17:01:45 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-27 17:01:45 +0000
commit2ce5df63e5a192f0c09d547ce7ab44ad82f1dddb (patch)
tree4cb4317b5e05ca004254ed399736063b3397e827
parentab948fc56feece43992f4ec20ce190a8cc5f7fd5 (diff)
parentb45b74ea7832cc7f3b83072696f91ea41b470560 (diff)
Merge "Bump parent master to 3.3.0 SNAPSHOT"
-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 42909692..64012b58 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.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 3b91e98f..534dbe99 100644
--- 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>
diff --git a/version.properties b/version.properties
index 962a34da..2640898e 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=2
-patch=1
+minor=3
+patch=0
base_version=${major}.${minor}.${patch}