Update snapshot and/or references of policy/clamp to latest snapshots 71/140471/1
authorwaynedunican <wayne.dunican@est.tech>
Thu, 13 Mar 2025 07:37:24 +0000 (07:37 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Thu, 13 Mar 2025 09:09:56 +0000 (09:09 +0000)
policy/clamp updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5314
Change-Id: I7bb078eb9be0fe67c94676524b2ae925bf00f513
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 b0b84fe..49bb5bf 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2024 Nordix Foundation.
+  Copyright (C) 2021, 2024-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.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-common</artifactId>
index 43f1dd0..d1e69e1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2022-2023 Nordix Foundation.
+  Copyright (C) 2022-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.
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -56,4 +56,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>
index 10ec294..a1d3e3c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021-2024 Nordix Foundation.
+  Copyright (C) 2021-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.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-models</artifactId>
index a7a89bf..aec8947 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2021-2023 Nordix Foundation.
+   Copyright (C) 2021-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.
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>clamp-packages</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 965d0a6..a6e40b0 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.1
+FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM A1 PMS Participant"
index 61b29ed..c50bcaa 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.1
+FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM runtime"
index ec0efec..abc0624 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.1
+FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM Element"
index 50e36a6..a8e17cb 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.1
+FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM HTTP Participant"
index 12afb05..e5d07d5 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.1
+FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM KSERVE Participant"
index 289ec63..b95989a 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.1
+FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM K8S Participant"
index b9a5874..31972bf 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.1
+FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM Policy Framework Participant"
index a0f07f3..2a0b5b6 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.1
+FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM Simulator Participant"
index c5b31ae..90b7fda 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2021-2022 Nordix Foundation.
+   Copyright (C) 2021-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.
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>clamp-packages</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-tarball</artifactId>
index 4a2e82d..fceb363 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2021-2023 Nordix Foundation.
+   Copyright (C) 2021-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.
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>clamp-packages</artifactId>
index d4b0b75..8aea975 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2022, 2024 Nordix Foundation.
+  Copyright (C) 2022, 2024-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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-a1pms</artifactId>
index 4495308..3a8150b 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021-2024 Nordix Foundation.
+  Copyright (C) 2021-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 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-acm-element-impl</artifactId>
index 5dc3214..18f4aa2 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021 Nordix Foundation.
+  Copyright (C) 2021, 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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-cds</artifactId>
index e2275b9..d90f453 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2024 Nordix Foundation.
+  Copyright (C) 2021, 2024-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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-http</artifactId>
index 83022cb..499342f 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2023-2024 Nordix Foundation.
+  Copyright (C) 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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-kserve</artifactId>
index 01c36ff..d19ed80 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2023-2024 Nordix Foundation.
+  Copyright (C) 2021, 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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-kubernetes</artifactId>
index aa19c57..517e106 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021, 2024 Nordix Foundation.
+  Copyright (C) 2021, 2024-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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-policy</artifactId>
index 9376413..67f7fc5 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2023-2024 Nordix Foundation.
+  Copyright (C) 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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant-impl</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl-simulator</artifactId>
index 6581bd5..a0c5868 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021-2024 Nordix Foundation.
+  Copyright (C) 2021-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.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-impl</artifactId>
index 0163810..ad1d814 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2021,2024 Nordix Foundation.
+  Copyright (C) 2021,2024-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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.clamp.participant</groupId>
         <artifactId>policy-clamp-participant</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-participant-intermediary</artifactId>
index 14915bd..c26dfd0 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.policy.clamp.participant</groupId>
diff --git a/pom.xml b/pom.xml
index 504cb59..063e2f9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.1</version>
+        <version>5.1.2-SNAPSHOT</version>
         <relativePath />
     </parent>
     <groupId>org.onap.policy.clamp</groupId>
     <artifactId>policy-clamp</artifactId>
-    <version>8.1.1-SNAPSHOT</version>
+    <version>8.1.2-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.1</policy.common.version>
-        <policy.models.version>4.1.1</policy.models.version>
+        <policy.common.version>3.1.2-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.1.2-SNAPSHOT</policy.models.version>
     </properties>
     <modules>
         <module>common</module>
index 8852115..a44b767 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.clamp</groupId>
         <artifactId>policy-clamp</artifactId>
-        <version>8.1.1-SNAPSHOT</version>
+        <version>8.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-clamp-runtime-acm</artifactId>
index 5f28833..d6f6425 100644 (file)
@@ -27,7 +27,7 @@
 
 major=8
 minor=1
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}