updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5255
Change-Id: I60d26904e99e340e3957116428d08169318c4f1c
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.1.0-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.0
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.1.0-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.0
LABEL maintainer="Policy Team"
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.0</version>
<relativePath />
</parent>
<description>This repo holds model code agnostic to PDP engines</description>
<properties>
- <policy.common.version>3.1.0-SNAPSHOT</policy.common.version>
+ <policy.common.version>3.1.0</policy.common.version>
</properties>
<modules>