summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-05-17 10:25:21 +0100
committerwaynedunican <wayne.dunican@est.tech>2024-05-17 10:25:21 +0100
commita414b405c706b554fd167fbde0dadfb599a200d4 (patch)
treed76341afde54f6b7dd3e5023d7d5aef1f5ff72f8 /pom.xml
parentf2fdce1136fcc6ea380a0ffc839bc421dce293b3 (diff)
update references in policy/gui pom
updated references in the policy/gui pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: I439f040562b11d6efab217b6230e474171f6ba28 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index e74103a..253624c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.1.3-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath />
</parent>
@@ -40,9 +40,9 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>3.1.3-SNAPSHOT</policy.apex-pdp.version>
- <policy.common.version>2.1.3-SNAPSHOT</policy.common.version>
- <policy.models.version>3.1.3-SNAPSHOT</policy.models.version>
+ <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>
<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>