From 0d3cc0fc8648da92462b81b1dfaa1eb01267ad61 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Thu, 29 May 2025 13:57:19 +0100 Subject: [PATCH] Update snapshot and/or references of policy/common to latest snapshots policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5377 Change-Id: I4a88e203b279cc996fba78411a67a549a339ffff Signed-off-by: waynedunican --- capabilities/pom.xml | 2 +- common-parameters/pom.xml | 2 +- gson/pom.xml | 2 +- message-bus/pom.xml | 2 +- policy-endpoints/pom.xml | 2 +- pom.xml | 4 ++-- spring-utils/pom.xml | 2 +- utils-test/pom.xml | 2 +- utils/pom.xml | 2 +- version.properties | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/capabilities/pom.xml b/capabilities/pom.xml index 23f263ba..e4a9882d 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT capabilities diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index b950d4fb..03c48232 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT common-parameters diff --git a/gson/pom.xml b/gson/pom.xml index e7ff2be9..8a06cc37 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT gson Common Utilities diff --git a/message-bus/pom.xml b/message-bus/pom.xml index bd0b1d70..9edd6d04 100644 --- a/message-bus/pom.xml +++ b/message-bus/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT message-bus diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 31d5abc8..76835f02 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index ccc160ba..1328fa3a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ org.onap.policy.parent integration - 5.2.0 + 5.2.1-SNAPSHOT org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT pom diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index fb72eccf..c06273be 100644 --- a/spring-utils/pom.xml +++ b/spring-utils/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT spring-utils diff --git a/utils-test/pom.xml b/utils-test/pom.xml index c8eed33c..9dd9cb4e 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT utils-test diff --git a/utils/pom.xml b/utils/pom.xml index 25528cae..7e18f75f 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.common common-modules - 3.2.0-SNAPSHOT + 3.2.1-SNAPSHOT utils diff --git a/version.properties b/version.properties index f34034bc..962a34da 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6