# ================================================================================
# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
# Modifications Copyright (C) 2020 Bell Canada. 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.
COPY /maven/lib/models-simulator.tar.gz /packages/
RUN tar xvzf /packages/models-simulator.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.2
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy Models Simulator"
#
# ============LICENSE_START=======================================================
-# Copyright (C) 2019-2021,2023-2025 Nordix Foundation.
+# Copyright (C) 2019-2021,2023-2025 OpenInfra Foundation Europe. All rights reserved.
# Modifications Copyright (C) 2019 AT&T Intellectual Property.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# Docker file to build an image that runs the PDP simulator on Java 8 in alpine
#
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.2
LABEL maintainer="Policy Team"
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Copyright (C) 2019-2020, 2022-2025 Nordix Foundation.
+ Copyright (C) 2019-2020, 2022-2025 OpenInfra Foundation Europe. All rights reserved.
Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
Modifications Copyright (C) 2020 Bell Canada.
================================================================================
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.1.2-SNAPSHOT</version>
+ <version>5.1.2</version>
<relativePath />
</parent>
<description>This repo holds model code agnostic to PDP engines</description>
<properties>
- <policy.common.version>3.1.2-SNAPSHOT</policy.common.version>
+ <policy.common.version>3.1.2</policy.common.version>
</properties>
<modules>