diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-19 23:06:33 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-19 23:06:33 +0000 |
commit | 423c1595b3d53354f753c400e12b4badf1375eff (patch) | |
tree | 354241952226a6814ec6b06cd970889e0b5f0df4 /pom.xml | |
parent | a0c9950b50663949b8e48a3d94e884c1499875e7 (diff) |
policy/distribution updated with correct cross references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: I6c5dbf7dc8350db8b2262b482d36bf921f05f0ae
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.2-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</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.2-SNAPSHOT</policy.common.version> - <policy.models.version>4.0.2-SNAPSHOT</policy.models.version> + <policy.common.version>3.1.0-SNAPSHOT</policy.common.version> + <policy.models.version>4.1.0-SNAPSHOT</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |