aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-10-20 10:47:48 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-10-20 10:47:54 -0400
commit9cacfed6841828db9838e3145abb82180cf34421 (patch)
treeb4e931800af942e03061098fbc3f4beaae700845
parent7a561f00d7369967c049e2bd1cbac667211fff64 (diff)
Bump api 2.3.4 SNAPSHOT
Issue-ID: POLICY-2869 Change-Id: Ie70eec72b830c81fb2ae518a7747f8d504b2e831 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--main/pom.xml2
-rw-r--r--packages/policy-api-docker/pom.xml2
-rw-r--r--packages/policy-api-tarball/pom.xml2
-rw-r--r--packages/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--testsuites/performance/pom.xml2
-rw-r--r--testsuites/pom.xml2
-rw-r--r--testsuites/stability/pom.xml2
-rw-r--r--version.properties2
9 files changed, 9 insertions, 9 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 9e67d8e6..4ad4924f 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</parent>
<artifactId>api-main</artifactId>
diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml
index 77f414f3..9c0703d1 100644
--- a/packages/policy-api-docker/pom.xml
+++ b/packages/policy-api-docker/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>api-packages</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml
index 4c7e6b00..f9046164 100644
--- a/packages/policy-api-tarball/pom.xml
+++ b/packages/policy-api-tarball/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>api-packages</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</parent>
<artifactId>policy-api-tarball</artifactId>
diff --git a/packages/pom.xml b/packages/pom.xml
index f1d5c34b..f053acb8 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</parent>
<artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index f4968a26..73f31530 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml
index 869698ca..1fd8691e 100644
--- a/testsuites/performance/pom.xml
+++ b/testsuites/performance/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>api-testsuites</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</parent>
<artifactId>api-performance</artifactId>
<build>
diff --git a/testsuites/pom.xml b/testsuites/pom.xml
index 6fdde4d2..ea8d7905 100644
--- a/testsuites/pom.xml
+++ b/testsuites/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</parent>
<artifactId>api-testsuites</artifactId>
diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml
index 96f2ec18..f970c0b9 100644
--- a/testsuites/stability/pom.xml
+++ b/testsuites/stability/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>api-testsuites</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</parent>
<artifactId>api-stability</artifactId>
<build>
diff --git a/version.properties b/version.properties
index 7307096b..2648c135 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=2
minor=3
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}