aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-03-01 16:34:15 +0000
committerliamfallon <liam.fallon@est.tech>2022-03-01 16:34:15 +0000
commit2c329f848951d59d718dab96d19519fe19d35ecd (patch)
treeab718988e7233b3a20931c7e76605ce9158e5d41 /pom.xml
parent6de02b9dacb64d52313bd329526f337188f2710a (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-3958 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I59a3f8406f4f95580f4473fe5a3089acf7472af4
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 2ad88a8c..187b7b8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,13 +27,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.4.4</version>
+ <version>3.4.5-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.xacml-pdp</groupId>
<artifactId>policy-xacml-pdp</artifactId>
- <version>2.5.2-SNAPSHOT</version>
+ <version>2.5.3-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.9.2</policy.common.version>
- <policy.models.version>2.5.2</policy.models.version>
+ <policy.common.version>1.9.3-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.5.3-SNAPSHOT</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>