From d08138789e71131df7324846ed4578b4d04fe4ba Mon Sep 17 00:00:00 2001 From: Suresh Charan Date: Tue, 25 Apr 2023 12:13:05 -0400 Subject: [PATCH] Update snapshot and/or references of policy/xacml-pdp to latest snapshots policy/xacml-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: Suresh Charan Change-Id: I4d5db674e670fa7468fde15e5230c509d767c9b6 --- applications/common/pom.xml | 2 +- applications/guard/pom.xml | 2 +- applications/match/pom.xml | 2 +- applications/monitoring/pom.xml | 2 +- applications/naming/pom.xml | 2 +- applications/native/pom.xml | 2 +- applications/optimization/pom.xml | 2 +- applications/pom.xml | 2 +- main/pom.xml | 2 +- packages/policy-xacmlpdp-docker/pom.xml | 2 +- packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile | 2 +- packages/policy-xacmlpdp-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- pom.xml | 8 ++++---- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- tutorials/pom.xml | 2 +- tutorials/tutorial-enforcement/pom.xml | 2 +- tutorials/tutorial-xacml-application/pom.xml | 2 +- version.properties | 2 +- xacml-test/pom.xml | 2 +- 22 files changed, 25 insertions(+), 25 deletions(-) diff --git a/applications/common/pom.xml b/applications/common/pom.xml index eb4279c5..c2c84bc5 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT common diff --git a/applications/guard/pom.xml b/applications/guard/pom.xml index 6c4cae9e..3d221de0 100644 --- a/applications/guard/pom.xml +++ b/applications/guard/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-guard diff --git a/applications/match/pom.xml b/applications/match/pom.xml index 361d467b..50981a48 100644 --- a/applications/match/pom.xml +++ b/applications/match/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-match diff --git a/applications/monitoring/pom.xml b/applications/monitoring/pom.xml index 62d21555..55658646 100644 --- a/applications/monitoring/pom.xml +++ b/applications/monitoring/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-monitoring diff --git a/applications/naming/pom.xml b/applications/naming/pom.xml index 4b8f7181..26d07dc8 100644 --- a/applications/naming/pom.xml +++ b/applications/naming/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-naming diff --git a/applications/native/pom.xml b/applications/native/pom.xml index 37e7fdba..8c524bf6 100644 --- a/applications/native/pom.xml +++ b/applications/native/pom.xml @@ -3,7 +3,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-native diff --git a/applications/optimization/pom.xml b/applications/optimization/pom.xml index cbc5d881..81c5d93b 100644 --- a/applications/optimization/pom.xml +++ b/applications/optimization/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp.applications applications - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-optimization diff --git a/applications/pom.xml b/applications/pom.xml index a287133a..21dc8d9b 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT org.onap.policy.xacml-pdp.applications diff --git a/main/pom.xml b/main/pom.xml index 01013537..c9abdd12 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-main diff --git a/packages/policy-xacmlpdp-docker/pom.xml b/packages/policy-xacmlpdp-docker/pom.xml index 695bff14..efb0bcbb 100644 --- a/packages/policy-xacmlpdp-docker/pom.xml +++ b/packages/policy-xacmlpdp-docker/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.xacml-pdp xacml-packages - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT pom diff --git a/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile b/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile index 57c198d3..f7407a09 100644 --- a/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile +++ b/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile @@ -25,7 +25,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-xacmlpdp.tar.gz /packages/ RUN tar xvzf /packages/policy-xacmlpdp.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:2.6.2 +FROM onap/policy-jre-alpine:2.6.3-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy XACML PDP" diff --git a/packages/policy-xacmlpdp-tarball/pom.xml b/packages/policy-xacmlpdp-tarball/pom.xml index 37378b2d..ca440fb4 100644 --- a/packages/policy-xacmlpdp-tarball/pom.xml +++ b/packages/policy-xacmlpdp-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp xacml-packages - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT policy-xacmlpdp-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 8a5e4f94..8615a6a7 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-packages diff --git a/pom.xml b/pom.xml index 7330047e..7007e059 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ org.onap.policy.parent integration - 3.7.2 + 3.7.3-SNAPSHOT org.onap.policy.xacml-pdp policy-xacml-pdp - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT pom @@ -41,8 +41,8 @@ This code implements the XACML PDP engine - 1.12.2 - 2.8.2 + 1.12.3-SNAPSHOT + 2.8.3-SNAPSHOT ${project.basedir}/target/code-coverage/jacoco-ut.exec diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 89e9998c..0194616f 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.xacml-pdp xacml-testsuites - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index beecd8d4..98fba548 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index cc351207..806c5ccd 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.xacml-pdp xacml-testsuites - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-stability diff --git a/tutorials/pom.xml b/tutorials/pom.xml index 5d3df4ed..73a60757 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT xacml-tutorials diff --git a/tutorials/tutorial-enforcement/pom.xml b/tutorials/tutorial-enforcement/pom.xml index 3d93cb3d..5c12bedb 100644 --- a/tutorials/tutorial-enforcement/pom.xml +++ b/tutorials/tutorial-enforcement/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.xacml-pdp xacml-tutorials - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT org.onap.policy.tutorial diff --git a/tutorials/tutorial-xacml-application/pom.xml b/tutorials/tutorial-xacml-application/pom.xml index d6eba26c..0f3813a5 100644 --- a/tutorials/tutorial-xacml-application/pom.xml +++ b/tutorials/tutorial-xacml-application/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.xacml-pdp xacml-tutorials - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT jar diff --git a/version.properties b/version.properties index 86d8b002..4e87a60a 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=8 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} diff --git a/xacml-test/pom.xml b/xacml-test/pom.xml index 368883d4..dd023714 100644 --- a/xacml-test/pom.xml +++ b/xacml-test/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.xacml-pdp policy-xacml-pdp - 2.8.2-SNAPSHOT + 2.8.3-SNAPSHOT .. -- 2.16.6