aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-05-17 13:13:02 +0100
committerwaynedunican <wayne.dunican@est.tech>2024-05-17 13:13:02 +0100
commit0bda7fa99b4347390f02d88d52f1ab45a387c3ae (patch)
treec011c3325750dc487761fe6725250e79b64ccf57 /pom.xml
parenteab5bc8e0c2ed79f715d32188837eae324e024e7 (diff)
Update snapshot and/or references of policy/gui to latest snapshots
policy/gui updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: Idb6d5a6761d6baf1b5c487708001054781510c6f Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 253624c..5bc20e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,13 +26,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.1.4</version>
+ <version>4.1.5-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.gui</groupId>
<artifactId>policy-gui</artifactId>
- <version>3.1.3-SNAPSHOT</version>
+ <version>3.1.4-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>3.1.3</policy.apex-pdp.version>
- <policy.common.version>2.1.3</policy.common.version>
- <policy.models.version>3.1.3</policy.models.version>
+ <policy.apex-pdp.version>3.1.4-SNAPSHOT</policy.apex-pdp.version>
+ <policy.common.version>2.1.4-SNAPSHOT</policy.common.version>
+ <policy.models.version>3.1.4-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>