diff options
author | Suresh Charan <suresh.charan@bell.ca> | 2023-04-25 12:13:05 -0400 |
---|---|---|
committer | Suresh Charan <suresh.charan@bell.ca> | 2023-04-25 12:13:05 -0400 |
commit | d08138789e71131df7324846ed4578b4d04fe4ba (patch) | |
tree | 9cb402663cdee5e72ae0b7e44972cd71677d2d4b /pom.xml | |
parent | 0f8dfba7f691812b2d97b369677c2ce92ac8a4a7 (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-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: I4d5db674e670fa7468fde15e5230c509d767c9b6
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>3.7.2</version> + <version>3.7.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>2.8.2-SNAPSHOT</version> + <version>2.8.3-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.12.2</policy.common.version> - <policy.models.version>2.8.2</policy.models.version> + <policy.common.version>1.12.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.3-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |