update references in policy/gui pom 95/133495/2
authorsaul.gill <saul.gill@est.tech>
Wed, 1 Mar 2023 12:38:21 +0000 (12:38 +0000)
committersaul.gill <saul.gill@est.tech>
Wed, 1 Mar 2023 14:38:23 +0000 (14:38 +0000)
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>
gui-clamp/pom.xml
gui-editors/gui-editor-apex/pom.xml
packages/policy-gui-docker/src/main/docker/Dockerfile
pom.xml

index 971aee7..2fdd3ee 100644 (file)
             <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>
index dde0f5b..1fbe9a0 100644 (file)
             <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>
index 15aa163..29433fe 100644 (file)
@@ -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 (file)
--- 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>