Bump version to 3.3.1-SNAPSHOT in parent 02/118202/1
authorJim Hahn <jrh3@att.com>
Mon, 22 Feb 2021 20:50:46 +0000 (15:50 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 22 Feb 2021 20:51:24 +0000 (15:51 -0500)
Issue-ID: POLICY-3088
Change-Id: Ia1cdeed8cd822122287dd47ae19947a3ec397a46
Signed-off-by: Jim Hahn <jrh3@att.com>
integration/pom.xml
pom.xml
version.properties

index a19058b..caf99c4 100644 (file)
@@ -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 2384938..66b6f3a 100644 (file)
--- 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>
index 2640898..2df8716 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=3
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}