aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--integration/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--releases/3.1.2.yaml4
-rw-r--r--version.properties2
4 files changed, 7 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 0e06fc84..1ec5a348 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.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index c9c48e97..92aff3e8 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.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/releases/3.1.2.yaml b/releases/3.1.2.yaml
new file mode 100644
index 00000000..03776ea2
--- /dev/null
+++ b/releases/3.1.2.yaml
@@ -0,0 +1,4 @@
+distribution_type: 'maven'
+version: '3.1.2'
+project: 'policy-parent'
+log_dir: 'policy-parent-maven-stage-master/299/'
diff --git a/version.properties b/version.properties
index d3faa021..95476595 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=3
minor=1
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}