summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSuresh Charan <suresh.charan@bell.ca>2023-04-25 12:13:23 -0400
committerSuresh Charan <suresh.charan@bell.ca>2023-04-25 12:13:23 -0400
commitd26a38f03c41a10b5dcaf591a6cb41baf99c23de (patch)
tree13c65a5914c8a4fa64cce3ff6722ec2c95b2add6 /pom.xml
parentd27699ca5ea369fa0e5c959d15545bd154e95ee5 (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-4648 Signed-off-by: Suresh Charan <suresh.charan@bell.ca> Change-Id: I6e20af894856a274d7d4b6d4f7383cd9ae2c56d5
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 c1b00f2..29f524c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.2-SNAPSHOT</version>
+ <version>3.7.2</version>
<relativePath />
</parent>
@@ -40,9 +40,9 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>2.9.2-SNAPSHOT</policy.apex-pdp.version>
- <policy.common.version>1.12.2-SNAPSHOT</policy.common.version>
- <policy.models.version>2.8.2-SNAPSHOT</policy.models.version>
+ <policy.apex-pdp.version>2.9.2</policy.apex-pdp.version>
+ <policy.common.version>1.12.2</policy.common.version>
+ <policy.models.version>2.8.2</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>