update references in policy/clamp pom 41/127641/2
authorliamfallon <liam.fallon@est.tech>
Thu, 10 Mar 2022 09:12:44 +0000 (09:12 +0000)
committerliamfallon <liam.fallon@est.tech>
Thu, 10 Mar 2022 14:40:31 +0000 (14:40 +0000)
updated references in the policy/clamp pom

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

Issue-ID: POLICY-3982
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ie6c69a7aa144d6b37c2627b12ef212ecb6ef23a9
Signed-off-by: liamfallon <liam.fallon@est.tech>
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 021a586..d1e6980 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.0
+FROM onap/policy-jre-alpine:2.4.1
 
 LABEL maintainer="Policy Team"
 
index b6f2c44..e306920 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.0
+FROM onap/policy-jre-alpine:2.4.1
 
 LABEL maintainer="Policy Team"
 
index 688e68d..3d36945 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.0
+FROM onap/policy-jre-alpine:2.4.1
 
 LABEL maintainer="Policy Team"
 
index 50d4210..2a855fd 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.0
+FROM onap/policy-jre-alpine:2.4.1
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index 4aa7df7..bd2627c 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.1-SNAPSHOT</version>
+        <version>3.5.1</version>
         <relativePath />
     </parent>
 
@@ -52,8 +52,8 @@
     </description>
 
     <properties>
-        <policy.common.version>1.10.1-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.6.1-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.10.1</policy.common.version>
+        <policy.models.version>2.6.1</policy.models.version>
     </properties>
 
     <modules>