Update patch for policy parent 21/104021/2
authorPeyton Puckett <peyton.puckett@att.com>
Thu, 19 Mar 2020 22:05:26 +0000 (17:05 -0500)
committerPeyton Puckett <peyton.puckett@att.com>
Fri, 20 Mar 2020 02:30:09 +0000 (21:30 -0500)
Issue-ID: POLICY-2378
Change-Id: Ibfeceeef97cc938b39c0ff50883ee6d4d42edaa9
Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
integration/pom.xml
pom.xml
version.properties

index 2cf7185..d00a0d4 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 69cd81d..c9c48e9 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.1.1-SNAPSHOT</version>
+    <version>3.1.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 5142fa8..d3faa02 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=1
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}