aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2021-06-23 14:30:03 -0400
committerPamela Dragosh <pdragosh@research.att.com>2021-06-23 14:30:07 -0400
commit5e4058c25cf1bba82ffc7a8b8204e42038d479e6 (patch)
treee86bd84eb7a51d4257bfa089d76e4a3cc0283419
parent8e0aa0ffa5cef537de1c841acf38300832c52a56 (diff)
Point to parent 3.3.1 common 1.8.1 models 2.4.3
Issue-ID: POLICY-3329 Change-Id: Ibf52f20e1b4b06ebd256629cb135a7cc1346428a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bd406fac..c88fc511 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.8.0</policy.common.version>
- <policy.models.version>2.4.2</policy.models.version>
+ <policy.common.version>1.8.1</policy.common.version>
+ <policy.models.version>2.4.3</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>