diff options
author | saul.gill <saul.gill@est.tech> | 2023-02-28 15:42:19 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-02-28 15:42:21 +0000 |
commit | c69b01e1f198d2bb32ac9a927aad0080bdbbdd3f (patch) | |
tree | 0db4f835ffe7f09ee195f0e22835728dc60fc423 /pom.xml | |
parent | acfc48f09d52f9559f2d49591e82ff0eada21aa7 (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-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ia435cc6c59fb6f728eb1bf1a383a4dfdaa6e9907
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>3.7.1-SNAPSHOT</version> + <version>3.7.1</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.12.1-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.1-SNAPSHOT</policy.models.version> + <policy.common.version>1.12.1</policy.common.version> + <policy.models.version>2.8.1</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |