aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-12-11 16:20:08 +0000
committersaul.gill <saul.gill@est.tech>2023-12-11 16:20:08 +0000
commitf46710e283193f1d8e778eb2a4346929f6ec7b63 (patch)
treee400974886cd91b0bb6db6cbbe6908267b949e1b /pom.xml
parentcebc925db5dcaf52334418936c8590ff2fc007f9 (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-4907 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Iac2ab9e40bcbe4f8fae85f0e3511b795617afa8d
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 db54d66..5815635 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath />
</parent>
@@ -40,9 +40,9 @@
<description>Code for all the Policy GUI's.</description>
<properties>
- <policy.apex-pdp.version>3.1.0-SNAPSHOT</policy.apex-pdp.version>
- <policy.common.version>2.1.0-SNAPSHOT</policy.common.version>
- <policy.models.version>3.1.0-SNAPSHOT</policy.models.version>
+ <policy.apex-pdp.version>3.1.0</policy.apex-pdp.version>
+ <policy.common.version>2.1.0</policy.common.version>
+ <policy.models.version>3.1.0</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>