aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2021-08-04 13:03:55 -0500
committerjhh <jorge.hernandez-herrero@att.com>2021-08-04 13:04:48 -0500
commit2f8845b755acce30c102b2841f366171d48956fd (patch)
tree89cdcc3b1d449e5b8f8cd82b6ae1545b70dfbd47
parente46d69211c7d5f29f7ab64084075d3034e77b265 (diff)
Point to parent 3.3.2 common 1.8.2 models 2.4.4
Issue-ID: POLICY-3329 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I2ef48eb8dc91ebc48acde4ad224b4798fb25a0fa Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index df76d330..2d35686d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.1</version>
+ <version>3.3.2</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.8.1</policy.common.version>
- <policy.models.version>2.4.3</policy.models.version>
+ <policy.common.version>1.8.2</policy.common.version>
+ <policy.models.version>2.4.4</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>