aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-07-12 11:00:47 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-07-12 11:00:47 +0000
commit1ad3258ef22e595e9e4bb0d899a234c20b82236f (patch)
tree9493759f1ec0e8cf4923a2c4cd9fefd902c47f97 /pom.xml
parent31e02b10f908aa05f40abfbc231759245a1c038e (diff)
update references in policy/distribution pom
updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: I0f585745b3950d3f5ef27d3b0a3c1cda37fda77e Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0b4486e8..82e1a7ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0</version>
<relativePath />
</parent>
@@ -45,8 +45,8 @@
<!-- Default Sonar configuration -->
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
- <policy.common.version>3.0.0-SNAPSHOT</policy.common.version>
- <policy.models.version>4.0.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>3.0.0</policy.common.version>
+ <policy.models.version>4.0.0</policy.models.version>
<surefireArgLine>
--add-opens java.base/java.lang=ALL-UNNAMED
</surefireArgLine>