aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeyton Puckett <peyton.puckett@att.com>2020-03-19 17:05:26 -0500
committerPeyton Puckett <peyton.puckett@att.com>2020-03-19 21:30:09 -0500
commit3e808e54db8dd62f300450989f9dcf086a62c781 (patch)
treed990a3b69ed62f1737a0380080830ab1d6635533
parent1d8a0fbbc2543c39fad0cea3dfdca3e0e9791259 (diff)
Update patch for policy parent
Issue-ID: POLICY-2378 Change-Id: Ibfeceeef97cc938b39c0ff50883ee6d4d42edaa9 Signed-off-by: Peyton Puckett <peyton.puckett@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 2cf71855..d00a0d4e 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -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 69cd81db..c9c48e97 100644
--- 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>
diff --git a/version.properties b/version.properties
index 5142fa8a..d3faa021 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=3
minor=1
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}