Bump parent to 3.3.4-SNAPSHOT
Issue-ID: POLICY-4295
Change-Id: I9f615bed27a0bb43eecba2e9c27cd2e14e5e5e08
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
diff --git a/integration/pom.xml b/integration/pom.xml
index 0bb81d1..14a1244 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.3-SNAPSHOT</version>
+ <version>3.3.4-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index e4d6a93..055d60d 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.3-SNAPSHOT</version>
+ <version>3.3.4-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/version.properties b/version.properties
index cbe9417..dd913e5 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=3
minor=3
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}