diff options
author | 2025-01-28 08:03:41 +0000 | |
---|---|---|
committer | 2025-01-28 08:03:41 +0000 | |
commit | e87064e085b631ba59ee887666c5405422f64ac4 (patch) | |
tree | da757f37a8384477551da99832e739f547b91ea1 /pom.xml | |
parent | 423c1595b3d53354f753c400e12b4badf1375eff (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-5255
Change-Id: I0839ae59a2a73cb28e006725623c517914ee2d86
Signed-off-by: waynedunican <wayne.dunican@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.1.0-SNAPSHOT</version> + <version>5.1.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.1.0-SNAPSHOT</policy.common.version> - <policy.models.version>4.1.0-SNAPSHOT</policy.models.version> + <policy.common.version>3.1.0</policy.common.version> + <policy.models.version>4.1.0</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |