Update snapshot and/or references of policy/clamp to latest snapshots 72/140772/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 23 Apr 2025 09:57:23 +0000 (10:57 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 23 Apr 2025 10:14:10 +0000 (11:14 +0100)
policy/clamp updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5344
Change-Id: I2930c2f1e7e641de5c9a743d68ecb421138409df
Signed-off-by: waynedunican <wayne.dunican@est.tech>
28 files changed:
common/pom.xml
examples/pom.xml
models/pom.xml
packages/policy-clamp-docker/pom.xml
packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile
packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile
packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile
packages/policy-clamp-docker/src/main/docker/KserveParticipant.Dockerfile
packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
packages/policy-clamp-docker/src/main/docker/SimParticipant.Dockerfile
packages/policy-clamp-tarball/pom.xml
packages/pom.xml
participant/participant-impl/participant-impl-a1pms/pom.xml
participant/participant-impl/participant-impl-acelement/pom.xml
participant/participant-impl/participant-impl-cds/pom.xml
participant/participant-impl/participant-impl-http/pom.xml
participant/participant-impl/participant-impl-kserve/pom.xml
participant/participant-impl/participant-impl-kubernetes/pom.xml
participant/participant-impl/participant-impl-policy/pom.xml
participant/participant-impl/participant-impl-simulator/pom.xml
participant/participant-impl/pom.xml
participant/participant-intermediary/pom.xml
participant/pom.xml
pom.xml
runtime-acm/pom.xml
version.properties

index 49bb5bf..2cde5c0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2024-2025 Nordix Foundation.
+  Copyright (C) 2021, 2024-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.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-common</artifactId>
index d1e69e1..2f6162c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2022-2023, 2025 Nordix Foundation.
+  Copyright (C) 2022-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.
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index a1d3e3c..92fd96a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021-2025 Nordix Foundation.
+  Copyright (C) 2021-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.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-models</artifactId>
index aec8947..74ef2c3 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2021-2023, 2025 Nordix Foundation.
+   Copyright (C) 2021-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.
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>clamp-packages</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index a627411..e7a20a8 100644 (file)
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/a1pms-participant.tar.gz /packages/
 RUN tar xvzf /packages/a1pms-participant.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM A1 PMS Participant"
index b0d540a..eb8a8e7 100644 (file)
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-clamp-runtime-acm.tar.gz /packages/
 RUN tar xvzf /packages/policy-clamp-runtime-acm.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM runtime"
index bc8de35..ea43a8f 100644 (file)
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/element-participant.tar.gz /packages
 RUN tar xvfz /packages/element-participant.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM Element"
index 192e2a2..211f7bb 100644 (file)
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/http-participant.tar.gz /packages/
 RUN tar xvzf /packages/http-participant.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM HTTP Participant"
index befe2ca..3c8dd64 100644 (file)
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/kserve-participant.tar.gz /packages/
 RUN tar xvzf /packages/kserve-participant.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM KSERVE Participant"
index 3cdeb77..8871325 100644 (file)
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/kubernetes-participant.tar.gz /packages/
 RUN tar xvzf /packages/kubernetes-participant.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM K8S Participant"
index c3cecdf..b0d33c8 100644 (file)
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-participant.tar.gz /packages/
 RUN tar xvzf /packages/policy-participant.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM Policy Framework Participant"
index 7691e87..7b26cb1 100644 (file)
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/sim-participant.tar.gz /packages/
 RUN tar xvzf /packages/sim-participant.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM Simulator Participant"
index 90b7fda..aa35e1b 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2021-2022, 2025 Nordix Foundation.
+   Copyright (C) 2021-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.
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>clamp-packages</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-tarball</artifactId>
index fceb363..c1f76f9 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2021-2023, 2025 Nordix Foundation.
+   Copyright (C) 2021-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.
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>clamp-packages</artifactId>
index 8aea975..9e31466 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2022, 2024-2025 Nordix Foundation.
+  Copyright (C) 2022, 2024-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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-a1pms</artifactId>
index 3a8150b..243cb18 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021-2025 Nordix Foundation.
+  Copyright (C) 2021-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.
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-acm-element-impl</artifactId>
index 18f4aa2..ae9fdbc 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2025 Nordix Foundation.
+  Copyright (C) 2021, 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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-cds</artifactId>
index d90f453..87471d5 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2024-2025 Nordix Foundation.
+  Copyright (C) 2021, 2024-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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-http</artifactId>
index 0e15030..ceb0c88 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-kserve</artifactId>
index d19ed80..df9c453 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2023-2025 Nordix Foundation.
+  Copyright (C) 2021, 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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-kubernetes</artifactId>
index 517e106..dc9bb35 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2024-2025 Nordix Foundation.
+  Copyright (C) 2021, 2024-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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-policy</artifactId>
index 67f7fc5..17837f6 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2023-2025 Nordix Foundation.
+  Copyright (C) 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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-simulator</artifactId>
index a0c5868..fa166fe 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021-2025 Nordix Foundation.
+  Copyright (C) 2021-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.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl</artifactId>
index ad1d814..3a2d0ce 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021,2024-2025 Nordix Foundation.
+  Copyright (C) 2021,2024-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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-intermediary</artifactId>
index 2363ff3..2bb05e4 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.policy.clamp.participant</groupId>
diff --git a/pom.xml b/pom.xml
index 8f77a33..0b46eb8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.2</version>
+        <version>5.1.3-SNAPSHOT</version>
         <relativePath />
     </parent>
     <groupId>org.onap.policy.clamp</groupId>
     <artifactId>policy-clamp</artifactId>
-    <version>8.1.2-SNAPSHOT</version>
+    <version>8.1.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
     <description>
@@ -52,8 +52,8 @@
         o policy-clamp-participant-impl-kserve: A standard participant for Kserve
     </description>
     <properties>
-        <policy.common.version>3.1.2</policy.common.version>
-        <policy.models.version>4.1.2</policy.models.version>
+        <policy.common.version>3.1.3-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.1.3-SNAPSHOT</policy.models.version>
     </properties>
     <modules>
         <module>common</module>
index f934d9a..440c472 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.2-SNAPSHOT</version>
+        <version>8.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-runtime-acm</artifactId>
index d6f6425..1001308 100644 (file)
@@ -27,7 +27,7 @@
 
 major=8
 minor=1
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}