policy/models updated with correct cross references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: I4a3947c2238702e03d5896be2c29558a4b94e04e
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@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.0.2-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.0-SNAPSHOT
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.0.2-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.0-SNAPSHOT
LABEL maintainer="Policy Team"
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.0.2-SNAPSHOT</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath />
</parent>
<description>This repo holds model code agnostic to PDP engines</description>
<properties>
- <policy.common.version>3.0.2-SNAPSHOT</policy.common.version>
+ <policy.common.version>3.1.0-SNAPSHOT</policy.common.version>
</properties>
<modules>