diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 14:45:18 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 14:55:15 +0000 |
commit | 496eafc7a60aeb9e890aa98cadad48e622b8f691 (patch) | |
tree | 7b67df6b0f4ade0e4b88f5265ee4184c58c74d84 /pom.xml | |
parent | 50f8c845a0af6b3c6728141d5b6ed41cf0648ed2 (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ia9f9ebe5839e275311caf5a16c320f77abb8a6b7
Signed-off-by: saul.gill <saul.gill@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.0-SNAPSHOT</version> + <version>4.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>2.1.0-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.0-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.0</policy.common.version> + <policy.models.version>3.1.0</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |