aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-03-01 12:38:21 +0000
committersaul.gill <saul.gill@est.tech>2023-03-01 14:38:23 +0000
commit59fed509d04fb87a247560e29667416a7227196f (patch)
treef5f097af05ffa999ea21a857e82d85e557f4139c
parentaa30350f61a6149b3172289109b49681299b4617 (diff)
update references in policy/gui pom
updated references in the policy/gui pom downgraded eirslett npm module because new version depends on maven 3.6 but onap jenkins uses an earlier version *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I01c2407cf918b8e3b3d6ef2bf48092353c1d82b1 Signed-off-by: saul.gill <saul.gill@est.tech>
-rw-r--r--gui-clamp/pom.xml1
-rw-r--r--gui-editors/gui-editor-apex/pom.xml1
-rw-r--r--packages/policy-gui-docker/src/main/docker/Dockerfile2
-rw-r--r--pom.xml8
4 files changed, 7 insertions, 5 deletions
diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml
index 971aee7..2fdd3ee 100644
--- a/gui-clamp/pom.xml
+++ b/gui-clamp/pom.xml
@@ -121,6 +121,7 @@
<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>
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml
index dde0f5b..1fbe9a0 100644
--- a/gui-editors/gui-editor-apex/pom.xml
+++ b/gui-editors/gui-editor-apex/pom.xml
@@ -104,6 +104,7 @@
<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>
diff --git a/packages/policy-gui-docker/src/main/docker/Dockerfile b/packages/policy-gui-docker/src/main/docker/Dockerfile
index 15aa163..29433fe 100644
--- a/packages/policy-gui-docker/src/main/docker/Dockerfile
+++ b/packages/policy-gui-docker/src/main/docker/Dockerfile
@@ -18,7 +18,7 @@
# ============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"
diff --git a/pom.xml b/pom.xml
index 3aadfb6..20c3465 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.1-SNAPSHOT</version>
+ <version>3.7.1</version>
<relativePath />
</parent>
@@ -40,9 +40,9 @@
<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>