diff options
author | 2023-11-13 13:29:09 +0100 | |
---|---|---|
committer | 2023-11-13 13:29:09 +0100 | |
commit | 080e9e1e582f87c169cbda863209861e2ae2c75b (patch) | |
tree | 7031e190300278e7c6b0b9a7502a3765f798c967 /pom.xml | |
parent | 8bba4e5efce8279ee7af75867a0734da929ea274 (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-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ib9c12282d23afc1c1e3334a8c63426c390c7aa18
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.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>2.0.2-SNAPSHOT</policy.common.version> - <policy.models.version>3.0.2-SNAPSHOT</policy.models.version> + <policy.common.version>2.0.2</policy.common.version> + <policy.models.version>3.0.2</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |