aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-04-28 16:00:43 +0100
committerliamfallon <liam.fallon@est.tech>2022-04-28 16:00:43 +0100
commit747074bc591766fb25a288792ec4d61c6a868521 (patch)
tree9c3f18d77a37afccecae8561fd1a7ad24e7fdfc9 /pom.xml
parente7864e18e49ef0ec0c055da153840a73c0283d64 (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-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie0abc96f55519305876976a422155b37316854d4
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 592ae3e8..5571912a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,13 +27,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.3</version>
+ <version>3.5.4-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.xacml-pdp</groupId>
<artifactId>policy-xacml-pdp</artifactId>
- <version>2.6.3-SNAPSHOT</version>
+ <version>2.6.4-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.10.3</policy.common.version>
- <policy.models.version>2.6.3</policy.models.version>
+ <policy.common.version>1.10.4-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.6.4-SNAPSHOT</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>