aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--integration/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--releases/3.5.2.yaml4
-rw-r--r--resources/pom.xml2
-rw-r--r--version.properties2
5 files changed, 9 insertions, 5 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 8bdb5189..abd3751c 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.5.2-SNAPSHOT</version>
+ <version>3.5.3-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
@@ -37,7 +37,7 @@
<properties>
<java.version>11</java.version>
<!-- NOTE: For RELEASE/SNAPSHOT always set to the project version -->
- <version.parent.resources>3.5.1</version.parent.resources>
+ <version.parent.resources>3.5.2</version.parent.resources>
<version.logback>1.2.10</version.logback>
<version.dmaap>1.1.12</version.dmaap>
<version.powermock>2.0.9</version.powermock>
diff --git a/pom.xml b/pom.xml
index 8cc29ae8..595019e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
</parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.5.3-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/releases/3.5.2.yaml b/releases/3.5.2.yaml
new file mode 100644
index 00000000..42f4e51b
--- /dev/null
+++ b/releases/3.5.2.yaml
@@ -0,0 +1,4 @@
+distribution_type: 'maven'
+version: '3.5.2'
+project: 'policy-parent'
+log_dir: 'policy-parent-maven-stage-master/1036/'
diff --git a/resources/pom.xml b/resources/pom.xml
index 92286eff..58022f85 100644
--- a/resources/pom.xml
+++ b/resources/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.5.3-SNAPSHOT</version>
</parent>
<artifactId>policy-parent-resources</artifactId>
diff --git a/version.properties b/version.properties
index d430d853..e396fc36 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=3
minor=5
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}