<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
+ <version>1.11.3</version>
<configuration>
<installDirectory>${project.build.directory}/${ui.react.src}</installDirectory>
<npmDownloadRoot>${repo.npm}</npmDownloadRoot>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
+ <version>1.11.3</version>
<configuration>
<nodeVersion>v14.17.0</nodeVersion>
<npmVersion>6.14.5</npmVersion>
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.6.1-SNAPSHOT
+FROM onap/policy-jre-alpine:2.6.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy GUI"
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.1-SNAPSHOT</version>
+ <version>3.7.1</version>
<relativePath />
</parent>
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>2.9.1-SNAPSHOT</policy.apex-pdp.version>
- <policy.common.version>1.12.1-SNAPSHOT</policy.common.version>
- <policy.models.version>2.8.1-SNAPSHOT</policy.models.version>
+ <policy.apex-pdp.version>2.9.1</policy.apex-pdp.version>
+ <policy.common.version>1.12.1</policy.common.version>
+ <policy.models.version>2.8.1</policy.models.version>
<jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
</properties>