summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-11-14 11:52:33 +0100
committerliamfallon <liam.fallon@est.tech>2023-11-14 11:52:33 +0100
commitaccbde5fa1d033912f7cdb1942f41a627641f8a6 (patch)
tree26e90d715273f97c991dca13ae9f8167a80adeec /pom.xml
parent7850bf8ac4d77a2fe20b12fb126106893967b81d (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-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I6a7d3201a70d835e36b619a2dbda10edd9f2311f
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 357550d..ab3f24d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,13 +26,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.gui</groupId>
<artifactId>policy-gui</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>3.0.2</policy.apex-pdp.version>
- <policy.common.version>2.0.2</policy.common.version>
- <policy.models.version>3.0.2</policy.models.version>
+ <policy.apex-pdp.version>3.0.3-SNAPSHOT</policy.apex-pdp.version>
+ <policy.common.version>2.0.3-SNAPSHOT</policy.common.version>
+ <policy.models.version>3.0.3-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>