summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-04-28 16:00:58 +0100
committerliamfallon <liam.fallon@est.tech>2022-04-28 16:00:58 +0100
commit7c2d7e26b25dd244db30eb00d383765b63974e1a (patch)
treed9cb6b45000a3a58f27e0e51110ff930a1733639 /pom.xml
parent09a1d7646d545ae2cb22d6a5028ea1b9271a721c (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-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I1644da02524eaaadb19c56153ac818ce02d0698b
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 c4fb41b..5f5f2e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.3-SNAPSHOT</version>
+ <version>3.5.3</version>
<relativePath />
</parent>
@@ -40,9 +40,9 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>2.7.3-SNAPSHOT</policy.apex-pdp.version>
- <policy.common.version>1.10.3-SNAPSHOT</policy.common.version>
- <policy.models.version>2.6.3-SNAPSHOT</policy.models.version>
+ <policy.apex-pdp.version>2.7.3</policy.apex-pdp.version>
+ <policy.common.version>1.10.3</policy.common.version>
+ <policy.models.version>2.6.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>