aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-11-29 15:22:00 +0000
committerliamfallon <liam.fallon@est.tech>2022-11-29 15:22:00 +0000
commita03e32ec26e647da25431e9c5331f845db7ab868 (patch)
tree1245b2429ddb08678d52d4ff1bfa0eaf3cee989f /pom.xml
parentb3350b54bb12c6ab6c77ad32e80556885c9181aa (diff)
Update snapshot and/or references of policy/gui to latest snapshotsjakarta
policy/gui updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4465 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ifa9ecdb0470434067a487d437ee7d4940e62ab26
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 db4dac7..d0206a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,13 +26,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.4</version>
+ <version>3.5.5-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.gui</groupId>
<artifactId>policy-gui</artifactId>
- <version>2.2.5-SNAPSHOT</version>
+ <version>2.2.6-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>2.7.5</policy.apex-pdp.version>
- <policy.common.version>1.10.4</policy.common.version>
- <policy.models.version>2.6.5</policy.models.version>
+ <policy.apex-pdp.version>2.7.6-SNAPSHOT</policy.apex-pdp.version>
+ <policy.common.version>1.10.5-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.6.6-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>