diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-18 16:31:35 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-18 16:31:35 +0000 |
commit | 59c29fc3d0c481cd421c647c03d679eea827d205 (patch) | |
tree | 65cde4db1e65722272cee732828d04f14974e39f /pom.xml | |
parent | 687db79756f7119e76fefa3bd5d2fc4f22a8a818 (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-5166
Change-Id: I500226c23657247b32342c3c7393cc37a7f320d0
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</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.1-SNAPSHOT</policy.common.version> - <policy.models.version>4.0.1-SNAPSHOT</policy.models.version> + <policy.common.version>3.0.1</policy.common.version> + <policy.models.version>4.0.1</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |