#
# 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"
# 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"
#
# 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"
#
# 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"
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.5.2</version>
<relativePath />
</parent>
</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>