aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2022-08-18 15:51:00 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2022-08-19 13:54:50 +0000
commita71bffe0834239c403c82c70160fcf22c5ac2e5f (patch)
tree791e4e071fc8b80ab76d18207aa25130c556d0b9
parent6f2360fbdd9a2ebeb4bed84cfc079e16bb8fc5f3 (diff)
Bump common to 1.8.4-SNAPSHOThonolulu
Issue-ID: POLICY-4295 Change-Id: Iaa7ad81fddb45bc392d3dcee433c13862d68c58a Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--capabilities/pom.xml2
-rw-r--r--common-logging/pom.xml2
-rw-r--r--common-parameters/pom.xml2
-rw-r--r--gson/pom.xml2
-rw-r--r--integrity-audit/pom.xml2
-rw-r--r--integrity-monitor/pom.xml2
-rw-r--r--policy-endpoints/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--utils-test/pom.xml2
-rw-r--r--utils/pom.xml2
-rw-r--r--version.properties2
11 files changed, 12 insertions, 12 deletions
diff --git a/capabilities/pom.xml b/capabilities/pom.xml
index 2960dc71..0eeb333f 100644
--- a/capabilities/pom.xml
+++ b/capabilities/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<artifactId>capabilities</artifactId>
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 2024fa57..21c292a7 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<artifactId>ONAP-Logging</artifactId>
diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml
index 8d8a4214..29e13171 100644
--- a/common-parameters/pom.xml
+++ b/common-parameters/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<artifactId>common-parameters</artifactId>
diff --git a/gson/pom.xml b/gson/pom.xml
index 0f648b24..5a436a1a 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<artifactId>gson</artifactId>
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index 8bf5e59d..a4b8bd6f 100644
--- a/integrity-audit/pom.xml
+++ b/integrity-audit/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<name>Integrity Audit</name>
diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml
index 7cfb0667..9050e274 100644
--- a/integrity-monitor/pom.xml
+++ b/integrity-monitor/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<name>Integrity Monitor</name>
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index 61b34959..654cfa74 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<artifactId>policy-endpoints</artifactId>
diff --git a/pom.xml b/pom.xml
index d31e78f9..3443b160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.3</version>
+ <version>3.3.4-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/utils-test/pom.xml b/utils-test/pom.xml
index ae7bf0a6..a7f5c145 100644
--- a/utils-test/pom.xml
+++ b/utils-test/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<artifactId>utils-test</artifactId>
diff --git a/utils/pom.xml b/utils/pom.xml
index 8793ff8c..b9e6cc77 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.4-SNAPSHOT</version>
</parent>
<artifactId>utils</artifactId>
diff --git a/version.properties b/version.properties
index 71196808..88be1329 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=8
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}