aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-02-22 15:50:46 -0500
committerJim Hahn <jrh3@att.com>2021-02-22 15:51:24 -0500
commit8fcb2f68bb4fbd1728d6273555ea186309c14f20 (patch)
tree3a4449742d6d30b64ca5d4ff557eb2e29bdb39b0
parent07bcc9fa6df3539de8e145f5c85490ec9366d09e (diff)
Bump version to 3.3.1-SNAPSHOT in parent
Issue-ID: POLICY-3088 Change-Id: Ia1cdeed8cd822122287dd47ae19947a3ec397a46 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--integration/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index a19058bc..caf99c4e 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.0-SNAPSHOT</version>
+ <version>3.3.1-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 2384938e..66b6f3ac 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.0-SNAPSHOT</version>
+ <version>3.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/version.properties b/version.properties
index 2640898e..2df87163 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=3
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}