diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-19 08:28:54 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-19 08:28:54 +0000 |
commit | 2a08776b75eca4a30a30dd5c994589aa806cb68a (patch) | |
tree | 820a95262e1e3f5c28f777df409f9a60e3d2b862 /pom.xml | |
parent | 2b43260733aedadedaed326a538d6c7de617a24b (diff) |
Update snapshot and/or references of policy/xacml-pdp to latest snapshots
policy/xacml-pdp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: I8b86b71aafece8118497254432cec9aae417bd9b
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -27,13 +27,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.0.1</version> + <version>5.0.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>3.0.1</policy.common.version> - <policy.models.version>4.0.1</policy.models.version> + <policy.common.version>3.0.2-SNAPSHOT</policy.common.version> + <policy.models.version>4.0.2-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <xacml.version>4.0.0</xacml.version> </properties> |