updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5461
Change-Id: I6b7a6ee4529b6766653b2ac489dcb7bdeb0e21bb
Signed-off-by: waynedunican <wayne.dunican@est.tech>
COPY /maven/lib/models-simulator.tar.gz /packages/
RUN tar xvzf /packages/models-simulator.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.2.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy Models Simulator"
# Docker file to build an image that runs the PDP simulator on Java 8 in alpine
#
-FROM onap/policy-jre-alpine:4.2.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.1
LABEL maintainer="Policy Team"
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.2.1-SNAPSHOT</version>
+ <version>5.2.1</version>
<relativePath />
</parent>
<description>This repo holds model code agnostic to PDP engines</description>
<properties>
- <policy.common.version>3.2.1-SNAPSHOT</policy.common.version>
+ <policy.common.version>3.2.1</policy.common.version>
</properties>
<modules>