aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-10-25 18:13:47 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-10-25 18:13:51 -0400
commite5abde92087276d45abb638f89b37627a52b5ff5 (patch)
tree79da31824b2c7554dd2403749f563e2d625e7c08
parent86f72566056c45b0fb16ef96edfd8f2345e0e74f (diff)
Point to snapshot dependency
Issue-ID: POLICY-3788 Change-Id: Ic67a1c8fc53b03d6c0105ec3663a5164ed9c52a9 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f8eb4b7d..1f206844 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.4.3</version>
+ <version>3.5.0-SNAPSHOT</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.9.1</policy.common.version>
- <policy.models.version>2.5.1</policy.models.version>
+ <policy.common.version>1.10.0-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.6.0-SNAPSHOT</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>