diff options
author | 2024-07-12 11:00:57 +0000 | |
---|---|---|
committer | 2024-07-12 11:00:57 +0000 | |
commit | e3f35657ab5db1354481ef4264478ceee519e0a1 (patch) | |
tree | feeaff4b3f1152561201e27fff20c338f1335ebc /pom.xml | |
parent | 0f0be68b0369ac3829663cc60bfe8b31fa38807d (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-5072
Change-Id: I562139afe62f3b4064ea0bc8f235cd004861513d
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@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>5.0.0-SNAPSHOT</version> + <version>5.0.0</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>3.0.0-SNAPSHOT</policy.common.version> - <policy.models.version>4.0.0-SNAPSHOT</policy.models.version> + <policy.common.version>3.0.0</policy.common.version> + <policy.models.version>4.0.0</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |