aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2025-03-12 13:34:44 +0000
committerwaynedunican <wayne.dunican@est.tech>2025-03-12 14:13:27 +0000
commiteef71a0757fc4c26513812361d0401074ff5cc99 (patch)
tree3cf7589c12400e436eb7ff77559e6e2ce09454e0
parentc6c7e03853d7eb21e127f446f6a2f32d96dafdae (diff)
update references in policy/drools-pdp pom
updated references in the policy/drools-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5314 Change-Id: Iddf90365512cf292b8ba07cecf3bc7fa4119c72b Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r--packages/docker/src/main/docker/Dockerfile4
-rw-r--r--pom.xml10
2 files changed, 8 insertions, 6 deletions
diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile
index 9069745a..1066fe37 100644
--- a/packages/docker/src/main/docker/Dockerfile
+++ b/packages/docker/src/main/docker/Dockerfile
@@ -2,7 +2,7 @@
# Dockerfile
# ============LICENSE_START=======================================================
# Copyright (C) 2020-2021 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.
@@ -19,7 +19,7 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jdk-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy Drools PDP"
diff --git a/pom.xml b/pom.xml
index 1f88bfd1..c9c1b440 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
ONAP Policy Engine - Drools PDP
================================================================================
Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020, 2023-2024 Nordix Foundation.
+ Modifications Copyright (C) 2020, 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.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
<relativePath />
</parent>
@@ -50,8 +52,8 @@
<!-- Project common dependency versions -->
<hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version>
<xml.apis.version>1.4.01</xml.apis.version>
- <policy.common.version>3.1.1-SNAPSHOT</policy.common.version>
- <policy.models.version>4.1.1-SNAPSHOT</policy.models.version>
+ <policy.common.version>3.1.1</policy.common.version>
+ <policy.models.version>4.1.1</policy.models.version>
</properties>
<modules>