update references in policy/clamp pom 05/128505/1
authorliamfallon <liam.fallon@est.tech>
Tue, 12 Apr 2022 17:41:45 +0000 (18:41 +0100)
committerliamfallon <liam.fallon@est.tech>
Tue, 12 Apr 2022 17:41:45 +0000 (18:41 +0100)
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

packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile
packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile
packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile
packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile
pom.xml

index d1e6980..3502996 100644 (file)
@@ -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"
 
index e306920..c03ccad 100644 (file)
@@ -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"
 
index 3d36945..60d8e73 100644 (file)
@@ -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"
 
index 2a855fd..a84b1a5 100644 (file)
@@ -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 bf09508..90b34e6 100644 (file)
--- 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>