diff options
author | liamfallon <liam.fallon@est.tech> | 2022-02-28 14:48:48 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-02-28 14:48:48 +0000 |
commit | aa255e2b628d35b5c2e20789b1d476bf553967dd (patch) | |
tree | 105bea84e28e7cde7976e395e649a649990b222f | |
parent | 906fa908e633f894fcece9493cfce2a9dda71378 (diff) |
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-3958
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I1e8e005f776dc6e13aad12e9475a66085a6efc96
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 9167b226a..68a9ab361 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.3.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 88bf34579..41b32fcfc 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.3.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 e107b45af..d89737306 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.3.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 08a731c0c..809ebc02b 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.3.2 LABEL maintainer="Policy Team" @@ -23,7 +23,8 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.4.4-SNAPSHOT</version> + <version>3.4.4</version> + <relativePath /> </parent> <groupId>org.onap.policy.clamp</groupId> @@ -50,8 +51,8 @@ </description> <properties> - <policy.common.version>1.9.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.5.2-SNAPSHOT</policy.models.version> + <policy.common.version>1.9.2</policy.common.version> + <policy.models.version>2.5.2</policy.models.version> </properties> <modules> |