From 6ca36231e041a72c3a5308e9c21068842ce7a8ed Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 25 Nov 2021 11:41:30 +0000 Subject: Update parent and common references *** Release Phase 7: This commit is generated by a PF release script *** This is the seventh release phase, it updates parent, common and models references in policy/clamp. Issue-ID: POLICY-3827 Signed-off-by: liamfallon Change-Id: If9d11a895d57c5421548698bb771519e16b0acf8 Signed-off-by: liamfallon --- packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile | 2 +- .../policy-clamp-docker/src/main/docker/HttpParticipantDockerfile | 2 +- .../src/main/docker/KubernetesParticipantDockerfile | 2 +- .../src/main/docker/PolicyParticipantDockerfile | 2 +- pom.xml | 7 ++++--- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile b/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile index 01b150bd2..b66fddcc4 100644 --- a/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.1 +FROM onap/policy-jre-alpine:2.4.0 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 294a59754..2497f5d3b 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 CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.1 +FROM onap/policy-jre-alpine:2.4.0 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 e107b45af..e7fc89021 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 CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.1 +FROM onap/policy-jre-alpine:2.4.0 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 14f10dd6f..a0d003292 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 CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.1 +FROM onap/policy-jre-alpine:2.4.0 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index 3203e8ac0..24292cae4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,8 @@ org.onap.policy.parent integration - 3.5.0-SNAPSHOT + 3.5.0 + org.onap.policy.clamp @@ -50,8 +51,8 @@ - 1.10.0-SNAPSHOT - 2.6.0-SNAPSHOT + 1.10.0 + 2.6.0 -- cgit 1.2.3-korg