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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ib3cf4c4864fa0b0e4be3bf7b2ad19c7fbb7e0300
diff --git a/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile b/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile
index 3502996..b5b6de3 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.2
+FROM onap/policy-jre-alpine:2.4.3
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 c03ccad..4311f6c 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.2
+FROM onap/policy-jre-alpine:2.4.3
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 60d8e73..bed957c 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.2
+FROM onap/policy-jre-alpine:2.4.3
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 a84b1a5..f70e07e 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.2
+FROM onap/policy-jre-alpine:2.4.3
LABEL maintainer="Policy Team"
diff --git a/pom.xml b/pom.xml
index ba71679..dfa784a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.3-SNAPSHOT</version>
+ <version>3.5.3</version>
<relativePath />
</parent>
@@ -52,8 +52,8 @@
</description>
<properties>
- <policy.common.version>1.10.3-SNAPSHOT</policy.common.version>
- <policy.models.version>2.6.3-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.10.3</policy.common.version>
+ <policy.models.version>2.6.3</policy.models.version>
</properties>
<modules>