update parent,common references in policy/models pom 32/140432/2
authorwaynedunican <wayne.dunican@est.tech>
Tue, 11 Mar 2025 16:39:12 +0000 (16:39 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 12 Mar 2025 08:10:13 +0000 (08:10 +0000)
updated the parent and common references in the policy/models pom

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-5314
Change-Id: I22b6aaa50c544a6f6569dd9fae1db3010cba0e84
Signed-off-by: waynedunican <wayne.dunican@est.tech>
models-sim/packages/models-simulator-docker/src/main/docker/Dockerfile
models-sim/policy-models-sim-pdp/src/main/package/docker/Dockerfile
pom.xml

index dcca5ed..ce3d3da 100644 (file)
@@ -4,7 +4,7 @@
 # ================================================================================
 # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 # Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
-# Modifications Copyright (C) 2022-2023 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.
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
 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.1
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy Models Simulator"
index 5c3b467..5cf8339 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2019-2021,2023 Nordix Foundation.
+#  Copyright (C) 2019-2021,2023-2025 Nordix Foundation.
 #  Modifications Copyright (C) 2019 AT&T Intellectual Property.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -23,7 +23,7 @@
 # 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.1
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index b07e105..cf76544 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.1-SNAPSHOT</version>
+        <version>5.1.1</version>
         <relativePath />
     </parent>
 
@@ -40,7 +40,7 @@
     <description>This repo holds model code agnostic to PDP engines</description>
 
     <properties>
-        <policy.common.version>3.1.1-SNAPSHOT</policy.common.version>
+        <policy.common.version>3.1.1</policy.common.version>
     </properties>
 
     <modules>