diff options
author | liamfallon <liam.fallon@est.tech> | 2022-03-11 18:03:06 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-03-11 18:03:06 +0000 |
commit | d0c4758816f3621f48d973802904982834fc4640 (patch) | |
tree | ea8127434bc28b7dd27804afe728f38464cae165 /pom.xml | |
parent | 988c024abf5a63067f1d508b227cb144af79848e (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-3982
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ica3585c42d156b0416b8d41dcf2b94979c1597fd
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.5.1</version> + <version>3.5.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.10.1</policy.common.version> - <policy.models.version>2.6.1</policy.models.version> + <policy.common.version>1.10.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.2-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |