diff options
author | 2025-03-13 07:37:16 +0000 | |
---|---|---|
committer | 2025-03-13 09:03:26 +0000 | |
commit | c8a22b66bc43ec4483c125117cfcaff1cbfae6d7 (patch) | |
tree | 0ad2e59585e0890c12f220b53ba09889da64be8e | |
parent | e3c9d9f1c9d52a45a5fe1477fc3953265631f1d0 (diff) |
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-5314
Change-Id: I57011c6754c1d271747030c9f91d1ff2a966c747
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | applications/common/pom.xml | 6 | ||||
-rw-r--r-- | applications/guard/pom.xml | 6 | ||||
-rw-r--r-- | applications/match/pom.xml | 6 | ||||
-rw-r--r-- | applications/monitoring/pom.xml | 6 | ||||
-rw-r--r-- | applications/naming/pom.xml | 6 | ||||
-rw-r--r-- | applications/native/pom.xml | 6 | ||||
-rw-r--r-- | applications/optimization/pom.xml | 6 | ||||
-rw-r--r-- | applications/pom.xml | 6 | ||||
-rw-r--r-- | main/pom.xml | 2 | ||||
-rw-r--r-- | packages/policy-xacmlpdp-docker/pom.xml | 4 | ||||
-rw-r--r-- | packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile | 2 | ||||
-rw-r--r-- | packages/policy-xacmlpdp-tarball/pom.xml | 4 | ||||
-rw-r--r-- | packages/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | testsuites/performance/pom.xml | 8 | ||||
-rw-r--r-- | testsuites/pom.xml | 6 | ||||
-rw-r--r-- | testsuites/stability/pom.xml | 8 | ||||
-rw-r--r-- | tutorials/pom.xml | 6 | ||||
-rw-r--r-- | tutorials/tutorial-enforcement/pom.xml | 6 | ||||
-rw-r--r-- | tutorials/tutorial-xacml-application/pom.xml | 6 | ||||
-rw-r--r-- | version.properties | 2 | ||||
-rw-r--r-- | xacml-test/pom.xml | 6 |
22 files changed, 77 insertions, 45 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index e5817a46..d739499a 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -27,7 +29,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp.applications</groupId> <artifactId>applications</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>common</artifactId> diff --git a/applications/guard/pom.xml b/applications/guard/pom.xml index a7dd927e..4b95d9db 100644 --- a/applications/guard/pom.xml +++ b/applications/guard/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp.applications</groupId> <artifactId>applications</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-guard</artifactId> diff --git a/applications/match/pom.xml b/applications/match/pom.xml index 82a647fc..c4376d2b 100644 --- a/applications/match/pom.xml +++ b/applications/match/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp.applications</groupId> <artifactId>applications</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-match</artifactId> diff --git a/applications/monitoring/pom.xml b/applications/monitoring/pom.xml index 0bba6fd1..1cd2ca9c 100644 --- a/applications/monitoring/pom.xml +++ b/applications/monitoring/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp.applications</groupId> <artifactId>applications</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-monitoring</artifactId> diff --git a/applications/naming/pom.xml b/applications/naming/pom.xml index 580085e0..5b225e69 100644 --- a/applications/naming/pom.xml +++ b/applications/naming/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp.applications</groupId> <artifactId>applications</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-naming</artifactId> diff --git a/applications/native/pom.xml b/applications/native/pom.xml index ccc2b9c4..f7465aca 100644 --- a/applications/native/pom.xml +++ b/applications/native/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp.applications</groupId> <artifactId>applications</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-native</artifactId> diff --git a/applications/optimization/pom.xml b/applications/optimization/pom.xml index d327c25c..477b906b 100644 --- a/applications/optimization/pom.xml +++ b/applications/optimization/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp.applications</groupId> <artifactId>applications</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-optimization</artifactId> diff --git a/applications/pom.xml b/applications/pom.xml index ddd2125a..c0c0b7e4 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -27,7 +29,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <groupId>org.onap.policy.xacml-pdp.applications</groupId> diff --git a/main/pom.xml b/main/pom.xml index 99064d04..15454cc7 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-main</artifactId> diff --git a/packages/policy-xacmlpdp-docker/pom.xml b/packages/policy-xacmlpdp-docker/pom.xml index 3c1ee22b..c6627b77 100644 --- a/packages/policy-xacmlpdp-docker/pom.xml +++ b/packages/policy-xacmlpdp-docker/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2022-2023 Nordix Foundation. + Modifications Copyright (C) 2022-2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>xacml-packages</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile b/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile index 9e4d0a96..62e5e6bb 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:4.1.1 +FROM onap/policy-jre-alpine:4.1.2-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 09fabdc8..9b535915 100644 --- a/packages/policy-xacmlpdp-tarball/pom.xml +++ b/packages/policy-xacmlpdp-tarball/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>xacml-packages</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>policy-xacmlpdp-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index ba36f63c..202667ef 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2022-2023 Nordix Foundation. + Modifications Copyright (C) 2022-2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -26,7 +28,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-packages</artifactId> @@ -29,13 +29,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.1</version> + <version>5.1.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -43,8 +43,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>3.1.1</policy.common.version> - <policy.models.version>4.1.1</policy.models.version> + <policy.common.version>3.1.2-SNAPSHOT</policy.common.version> + <policy.models.version>4.1.2-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <xacml.version>4.0.0</xacml.version> </properties> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index c414c847..dc2260a9 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>xacml-testsuites</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-performance</artifactId> <build> @@ -50,4 +52,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index e80b690f..4ffd6c57 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 20b4b674..f530dbe6 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>xacml-testsuites</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-stability</artifactId> <build> @@ -50,4 +52,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> diff --git a/tutorials/pom.xml b/tutorials/pom.xml index a0ca7b36..3e01275e 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -26,7 +28,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>xacml-tutorials</artifactId> diff --git a/tutorials/tutorial-enforcement/pom.xml b/tutorials/tutorial-enforcement/pom.xml index 1bf87318..ae50bb2a 100644 --- a/tutorials/tutorial-enforcement/pom.xml +++ b/tutorials/tutorial-enforcement/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -27,7 +29,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>xacml-tutorials</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <groupId>org.onap.policy.tutorial</groupId> diff --git a/tutorials/tutorial-xacml-application/pom.xml b/tutorials/tutorial-xacml-application/pom.xml index 8480b73a..304509d9 100644 --- a/tutorials/tutorial-xacml-application/pom.xml +++ b/tutorials/tutorial-xacml-application/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML Application Tutorial ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2022-2024 Nordix Foundation. + Modifications Copyright (C) 2022-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -26,7 +28,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>xacml-tutorials</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <packaging>jar</packaging> diff --git a/version.properties b/version.properties index c01968bb..dd2ef931 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} diff --git a/xacml-test/pom.xml b/xacml-test/pom.xml index 3f4ae6ca..e83df42f 100644 --- a/xacml-test/pom.xml +++ b/xacml-test/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -27,7 +29,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |