summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-02-16 16:29:21 +0000
committerwaynedunican <wayne.dunican@est.tech>2024-02-16 16:29:21 +0000
commit3c8af0868fe167f4eaa06d76ba9bad4d40e87583 (patch)
tree91ac32f649b88f7657f50a8a74be865102d661e3 /pom.xml
parent5f37a80fa7df9fc5605ee9182f0706b430aec5e1 (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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 20aacf4b..b49bb0a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>