From dc26db8ca72c2590e488762fac94441daa2fe5b4 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Tue, 19 Nov 2024 17:25:10 +0000 Subject: Set snapshot and/or references of policy/common for new release 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: I11913b51f4efb82086b80aea03af23c32c1ae33a 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 | 2 +- spring-utils/pom.xml | 2 +- utils-test/pom.xml | 2 +- utils/pom.xml | 2 +- version.properties | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/capabilities/pom.xml b/capabilities/pom.xml index ad8da24e..bc4366d3 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT capabilities diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index d2526ecc..73d14367 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT common-parameters diff --git a/gson/pom.xml b/gson/pom.xml index 5da1a462..670be375 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT gson Common Utilities diff --git a/message-bus/pom.xml b/message-bus/pom.xml index c90d5622..29f813c4 100644 --- a/message-bus/pom.xml +++ b/message-bus/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT message-bus diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 5e05c1ef..dfa35742 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index a6e692c0..9fb12390 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT pom diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index e422bca1..ba1e19e7 100644 --- a/spring-utils/pom.xml +++ b/spring-utils/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT spring-utils diff --git a/utils-test/pom.xml b/utils-test/pom.xml index ce80714f..56a6a2b0 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT utils-test diff --git a/utils/pom.xml b/utils/pom.xml index a9baca37..45498924 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.common common-modules - 3.0.2-SNAPSHOT + 3.1.0-SNAPSHOT utils diff --git a/version.properties b/version.properties index ecb60096..bc48f0ac 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 -minor=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg