diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:21 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:21 +0000 |
commit | 3c8af0868fe167f4eaa06d76ba9bad4d40e87583 (patch) | |
tree | 91ac32f649b88f7657f50a8a74be865102d661e3 /pom.xml | |
parent | 5f37a80fa7df9fc5605ee9182f0706b430aec5e1 (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-4932
Change-Id: I2fcd05ff8025a703218197c5a9cabc4888cd7995
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>4.1.1-SNAPSHOT</version> + <version>4.1.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>2.1.1-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.1-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.1</policy.common.version> + <policy.models.version>3.1.1</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |