From ef7792f10f94e0ff4222bb0ed4a6e87104443a55 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 18 Nov 2024 15:10:03 +0000 Subject: 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-5166 Change-Id: I8bf1c38cee3aa15ca5f524a9f0ccab200195c150 Signed-off-by: rameshiyer27 --- 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 9af3147d..ad8da24e 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT capabilities diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 5c112a91..d2526ecc 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT common-parameters diff --git a/gson/pom.xml b/gson/pom.xml index 033a8f36..5da1a462 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT gson Common Utilities diff --git a/message-bus/pom.xml b/message-bus/pom.xml index 54724798..c90d5622 100644 --- a/message-bus/pom.xml +++ b/message-bus/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT message-bus diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 4afcf020..5e05c1ef 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index 584a139b..a6e692c0 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 5.0.1 + 5.0.2-SNAPSHOT org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT pom diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index d81b4f07..e422bca1 100644 --- a/spring-utils/pom.xml +++ b/spring-utils/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT spring-utils diff --git a/utils-test/pom.xml b/utils-test/pom.xml index a8a282e8..ce80714f 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT utils-test diff --git a/utils/pom.xml b/utils/pom.xml index 18550e4e..a9baca37 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.common common-modules - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT utils diff --git a/version.properties b/version.properties index fd262fb4..ecb60096 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg