# Dockerfile
# ============LICENSE_START=======================================================
# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
-# Modifications Copyright (C) 2022-2025 Nordix Foundation.
+# Modifications Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:4.1.2-SNAPSHOT
+FROM onap/policy-jdk-alpine:4.1.2
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy Drools PDP"
ONAP Policy Engine - Drools PDP
================================================================================
Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020, 2023-2025 Nordix Foundation.
+ Modifications Copyright (C) 2020, 2023-2025 OpenInfra Foundation Europe. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.1.2-SNAPSHOT</version>
+ <version>5.1.2</version>
<relativePath />
</parent>
<!-- 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.2-SNAPSHOT</policy.common.version>
- <policy.models.version>4.1.2-SNAPSHOT</policy.models.version>
+ <policy.common.version>3.1.2</policy.common.version>
+ <policy.models.version>4.1.2</policy.models.version>
</properties>
<modules>