update references in policy/clamp pom 69/130669/1
authorliamfallon <liam.fallon@est.tech>
Fri, 2 Sep 2022 11:59:52 +0000 (12:59 +0100)
committerliamfallon <liam.fallon@est.tech>
Fri, 2 Sep 2022 11:59:52 +0000 (12:59 +0100)
updated references in the policy/clamp pom

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-4333
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I8f8dabd3806d87f277ecc822a0196d49e53bde73

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 b5b6de3..81af1dd 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.3
+FROM onap/policy-jre-alpine:2.4.4
 
 LABEL maintainer="Policy Team"
 
index 4311f6c..ad7926a 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.3
+FROM onap/policy-jre-alpine:2.4.4
 
 LABEL maintainer="Policy Team"
 
index bed957c..4519fa0 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.3
+FROM onap/policy-jre-alpine:2.4.4
 
 LABEL maintainer="Policy Team"
 
index f70e07e..eebc35b 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.3
+FROM onap/policy-jre-alpine:2.4.4
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index d61ff8d..8fbde79 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.4-SNAPSHOT</version>
+        <version>3.5.4</version>
         <relativePath />
     </parent>
 
@@ -52,8 +52,8 @@
     </description>
 
     <properties>
-        <policy.common.version>1.10.4-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.6.5-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.10.4</policy.common.version>
+        <policy.models.version>2.6.5</policy.models.version>
     </properties>
 
     <modules>