aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormkidd <michael.kidd@est.tech>2021-03-04 15:27:27 +0000
committermkidd <michael.kidd@est.tech>2021-03-10 16:21:17 +0000
commit7125d4c2c715d307d61e41bafe0cd11f269aa896 (patch)
tree70ba3e2996d5660cb55d0acae3045da426279439 /pom.xml
parente5b070acb072d62d7f86e50e51b6b1586b85e307 (diff)
fix code smells and vulnerabilities monitoring
removed / from start of Rest path, hard coded it - resolves code smell issue small code smell changes regarding passing variables to functions that have access to the variable from its current scope reintroduced data parameter being passed in MonitoringUtils.js, can look into this more later fixed pom for parent version, commons step up Issue-ID: POLICY-3095 Signed-off-by: mkidd <michael.kidd@est.tech> Change-Id: Id8b6a8b41e9b3c2f362821750d3fa728b93336a0 Signed-off-by: mkidd <michael.kidd@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 07145ce..f839bf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.1-SNAPSHOT</version>
<relativePath />
</parent>
@@ -40,8 +40,8 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.common.version>1.8.0-SNAPSHOT</policy.common.version>
- <policy.models.version>2.4.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.8.1-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.4.2-SNAPSHOT</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>