aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-04-12 18:41:45 +0100
committerliamfallon <liam.fallon@est.tech>2022-04-12 18:41:45 +0100
commit30720482ecc86fffe0d5e663061a65bf29a2a386 (patch)
treeac41fb781d7866074b97b5419bd6282905cee066
parent4ad746a6beaaeda033adf0956e9ef2fe5d5c9794 (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-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ib2580b3ada5607cdf0c5be06cfbaac8ae202a9eb
-rw-r--r--packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile2
-rw-r--r--packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile2
-rw-r--r--packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile2
-rw-r--r--packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile2
-rw-r--r--pom.xml6
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"
diff --git a/pom.xml b/pom.xml
index bf095085e..90b34e608 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>