From f2d8bf5ad2fba375e004e20cd8772f3bf0ce1a17 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 2 Sep 2022 12:59:52 +0100 Subject: [PATCH] update references in policy/clamp pom updated references in the policy/clamp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4333 Signed-off-by: liamfallon Change-Id: I8f8dabd3806d87f277ecc822a0196d49e53bde73 --- packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile | 2 +- .../policy-clamp-docker/src/main/docker/HttpParticipantDockerfile | 2 +- .../src/main/docker/KubernetesParticipantDockerfile | 2 +- .../policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile | 2 +- pom.xml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile b/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile index b5b6de32f..81af1dd36 100644 --- a/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs the CLAMP ACM runtime on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.4.3 +FROM onap/policy-jre-alpine:2.4.4 LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile index 4311f6c87..ad7926acb 100644 --- a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile @@ -22,7 +22,7 @@ # Docker file to build an image that runs the CLAMP ACM HTTP Participant on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.4.3 +FROM onap/policy-jre-alpine:2.4.4 LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile index bed957c37..4519fa0df 100644 --- a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs the CLAMP ACM K8S Participant on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.4.3 +FROM onap/policy-jre-alpine:2.4.4 LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile index f70e07e20..eebc35bb7 100644 --- a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs the CLAMP ACM Policy Framework Participant on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.4.3 +FROM onap/policy-jre-alpine:2.4.4 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index d61ff8d3a..8fbde79bb 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent integration - 3.5.4-SNAPSHOT + 3.5.4 @@ -52,8 +52,8 @@ - 1.10.4-SNAPSHOT - 2.6.5-SNAPSHOT + 1.10.4 + 2.6.5 -- 2.16.6