diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 14:45:28 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 14:45:28 +0000 |
commit | ce5b1c4b29bd3906ba72c38e641f3708949a1d2a (patch) | |
tree | 6c5e7425fd40d36f4b621b412bf63d38fd9d6a41 /pom.xml | |
parent | 6f1cdcef80ab34401fde864fdd8850115bb91548 (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ic127fc8e185608fecf926340d0506a1dbe8a82d1
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.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>2.1.0-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.0-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.0</policy.common.version> + <policy.models.version>3.1.0</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |