aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-12-02 15:54:07 +0000
committerliamfallon <liam.fallon@est.tech>2021-12-02 15:54:07 +0000
commitc2b84da690d862f084609da8e788d874e6792410 (patch)
tree8b21c0f5d6868fe62926e98bf689bb6916b5a40d
parenta36b7cec007509b363fb4fd4f1614344d0620159 (diff)
Update snapshot and/or references of policy/xacml-pdp to latest snapshots
*** This commit is generated by a PF release script *** policy/xacml-pdp updated to its latest own and reference snapshots Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I23a369dcc0c6d5485bc41662d67429bf1624e2c7
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index c642e5ab..4ddd3eba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1-SNAPSHOT</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.10.0</policy.common.version>
- <policy.models.version>2.6.0</policy.models.version>
+ <policy.common.version>1.10.1-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.6.1-SNAPSHOT</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>