diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-17 10:24:54 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-17 10:24:54 +0100 |
commit | 2197d0b8d0e6a4d40aa2cfe0a9700c1f5f760d89 (patch) | |
tree | cc459158e45c1cd6cce5112e53365ea9a816fc2a /pom.xml | |
parent | 25367f42a9acb1bc17b75c6381e6858e6f911d02 (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-5001
Change-Id: I6cbb948ecb794bc6ad7305895f03defb0b16951c
Signed-off-by: waynedunican <wayne.dunican@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>4.1.4</version> + <version>4.1.5-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.4-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>2.1.3</policy.common.version> - <policy.models.version>3.1.3</policy.models.version> + <policy.common.version>2.1.4-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.4-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |