aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-11-13 16:41:42 +0100
committerliamfallon <liam.fallon@est.tech>2023-11-13 16:41:42 +0100
commit5c74cc6931cd0cd8ebc2eef76bc29eed5092629d (patch)
treeae3654996e8cc74ad83b8f94723ada051cf42ce5 /pom.xml
parent9655482c29b31dbafdc248d051cf95fedc526135 (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-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I9d5657769487dbcb7c876bf92ad3c9632533f95e
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 3fc30115..f4efc5cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,13 +27,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.xacml-pdp</groupId>
<artifactId>policy-xacml-pdp</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>2.0.2</policy.common.version>
- <policy.models.version>3.0.2</policy.models.version>
+ <policy.common.version>2.0.3-SNAPSHOT</policy.common.version>
+ <policy.models.version>3.0.3-SNAPSHOT</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>