aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2022-08-18 15:54:41 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2022-08-18 15:54:47 -0400
commit8b6df89a0a3a1e69cceff94151fe8cf5203a7b89 (patch)
treef284c64aa40b3666799c77fd536901f3597c471c
parentac2ed4c1d3ae8c3f5f6d5e9f3111a9788496bb2e (diff)
Bump api to 2.4.6-SNAPSHOT
Issue-ID: POLICY-4295 Change-Id: Iff4d6f3f41dc131102636e772112fc6eed26b72f Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-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 5301c80e..1f3f6da2 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.4.5-SNAPSHOT</version>
+ <version>2.4.6-SNAPSHOT</version>
</parent>
<artifactId>api-main</artifactId>
diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml
index 53a6f381..7f48fe12 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.4.5-SNAPSHOT</version>
+ <version>2.4.6-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml
index 244e16c0..205f7170 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.4.5-SNAPSHOT</version>
+ <version>2.4.6-SNAPSHOT</version>
</parent>
<artifactId>policy-api-tarball</artifactId>
diff --git a/packages/pom.xml b/packages/pom.xml
index 5957513d..6d322a8c 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.4.5-SNAPSHOT</version>
+ <version>2.4.6-SNAPSHOT</version>
</parent>
<artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 93fc17fa..e6cdafb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.4.5-SNAPSHOT</version>
+ <version>2.4.6-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml
index 67584af0..de9c0075 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.4.5-SNAPSHOT</version>
+ <version>2.4.6-SNAPSHOT</version>
</parent>
<artifactId>api-performance</artifactId>
<build>
diff --git a/testsuites/pom.xml b/testsuites/pom.xml
index 765ed928..ee80f239 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.4.5-SNAPSHOT</version>
+ <version>2.4.6-SNAPSHOT</version>
</parent>
<artifactId>api-testsuites</artifactId>
diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml
index 06c73f07..6e220c7c 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.4.5-SNAPSHOT</version>
+ <version>2.4.6-SNAPSHOT</version>
</parent>
<artifactId>api-stability</artifactId>
<build>
diff --git a/version.properties b/version.properties
index 1e4caa5e..3450ac93 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=2
minor=4
-patch=5
+patch=6
base_version=${major}.${minor}.${patch}