From a71bffe0834239c403c82c70160fcf22c5ac2e5f Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Thu, 18 Aug 2022 15:51:00 -0400 Subject: Bump common to 1.8.4-SNAPSHOT Issue-ID: POLICY-4295 Change-Id: Iaa7ad81fddb45bc392d3dcee433c13862d68c58a Signed-off-by: Ram Krishna Verma --- capabilities/pom.xml | 2 +- common-logging/pom.xml | 2 +- common-parameters/pom.xml | 2 +- gson/pom.xml | 2 +- integrity-audit/pom.xml | 2 +- integrity-monitor/pom.xml | 2 +- policy-endpoints/pom.xml | 2 +- pom.xml | 4 ++-- utils-test/pom.xml | 2 +- utils/pom.xml | 2 +- version.properties | 2 +- 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT capabilities 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT ONAP-Logging 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT common-parameters 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT gson 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT Integrity Audit 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT Integrity Monitor 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index d31e78f9..3443b160 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 3.3.3 + 3.3.4-SNAPSHOT org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT pom 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT utils-test 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 @@ org.onap.policy.common common-modules - 1.8.3-SNAPSHOT + 1.8.4-SNAPSHOT utils 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} -- cgit 1.2.3-korg