aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-03-11 18:03:06 +0000
committerliamfallon <liam.fallon@est.tech>2022-03-11 18:03:06 +0000
commitd0c4758816f3621f48d973802904982834fc4640 (patch)
treeea8127434bc28b7dd27804afe728f38464cae165 /pom.xml
parent988c024abf5a63067f1d508b227cb144af79848e (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.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 2d241ba1..e75b74ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>