diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-19 09:37:41 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-19 09:37:41 +0000 |
commit | 63592f54ee2a40ba11f234cf75c32cc7c4d36453 (patch) | |
tree | 22021cbced057870914b9a6b96dac239a3d5845e /pom.xml | |
parent | 997bcee2cd0858efc5883a98566937b2704f072b (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-4932
Change-Id: I4401d5c06572a616b87a2b474459e3b1413fc0ad
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.1</version> + <version>4.1.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>2.1.1</policy.common.version> - <policy.models.version>3.1.1</policy.models.version> + <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.2-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |