diff options
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 d1e698081..35029969e 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.1 +FROM onap/policy-jre-alpine:2.4.2 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 e30692083..c03ccada9 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.1 +FROM onap/policy-jre-alpine:2.4.2 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 3d3694578..60d8e734d 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.1 +FROM onap/policy-jre-alpine:2.4.2 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 2a855fde6..a84b1a56f 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.1 +FROM onap/policy-jre-alpine:2.4.2 LABEL maintainer="Policy Team" @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.2-SNAPSHOT</version> + <version>3.5.2</version> <relativePath /> </parent> @@ -52,8 +52,8 @@ </description> <properties> - <policy.common.version>1.10.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.2-SNAPSHOT</policy.models.version> + <policy.common.version>1.10.2</policy.common.version> + <policy.models.version>2.6.2</policy.models.version> </properties> <modules> |