diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-15 12:39:56 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-15 12:39:56 +0000 |
commit | 0b3c9efd679c7dfc94082189d4dec0d89a842d49 (patch) | |
tree | 9603ae1eb7716f807dfb09de14a815074e85aaff /pom.xml | |
parent | fbb45b903e7ab50af52a7888987ebd201e45c2d8 (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-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ideb85c1f83617e4ca963ab97efff7696923000c2
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.0-SNAPSHOT</version> + <version>3.7.0</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.12.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.12.0</policy.common.version> + <policy.models.version>2.8.0</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |