diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-15 16:19:46 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-15 16:19:46 +0000 |
commit | f1aed94b6821c9a5246023490e6a6d772ba09452 (patch) | |
tree | bf4709b28efd26104f88c4d048a62bf365801e2d /pom.xml | |
parent | 01942c8b52f4e68bf855ffd6e260c80251c7ffb3 (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-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ib1d91e535d562d7ccac1259745a2e4c00bf10614
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.0</version> + <version>3.7.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.12.0</policy.common.version> - <policy.models.version>2.8.0</policy.models.version> + <policy.common.version>1.12.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.1-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |