diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-25 13:10:48 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-25 13:10:48 +0100 |
commit | 37d35f415a58b0138766aea6fe16e3faab43d023 (patch) | |
tree | 5691f93c59086457000738f549278d502a4c0aa0 /pom.xml | |
parent | d458ababc623efd5808eeba5aa5a2342600d8109 (diff) |
update references in policy/xacml-pdp pom
updated references in the policy/xacml-pdp pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4970
Change-Id: Ic928262c661248fc075ff3a50884e41d4049e5bb
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
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.2-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.2</policy.common.version> + <policy.models.version>3.1.2</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |