summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-08 16:25:24 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-08 16:25:24 +0100
commitfb973ac1a69144cd5d5c3a8ae030e56fe1e6f79f (patch)
treead3da4f9303b1f3c74fa7a015adb06eedea69efc /pom.xml
parent32a45a75a2100673730c5ea4a8ce031f6a661b85 (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-4333 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I55335dc3e41feccc0bd74c585e205c6902a4ba15
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 b0a0281..d57d16d 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.4-SNAPSHOT</version>
+ <version>2.2.5-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.4</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.5-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>