aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2022-08-22 10:00:05 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2022-08-22 10:00:07 -0400
commit8f37b19da3cb18c66f85730239e8b7232db6eabd (patch)
treed033658064a72393bb8e72e6917b2e127255a5e0
parent830b73dccf56af114759890658a545fa6e22473f (diff)
Point to snapshot dependencies
Issue-ID: POLICY-4295 Change-Id: I85fcd02bd1cf0dbdee68590f0083ae29a9d967d6 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 1cb0652b..ae10f41c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.3</version>
+ <version>3.3.4-SNAPSHOT</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>Code that implements the Policy Administration Backend.</description>
<properties>
- <policy.common.version>1.8.3</policy.common.version>
- <policy.models.version>2.4.6</policy.models.version>
+ <policy.common.version>1.8.4-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.4.7-SNAPSHOT</policy.models.version>
</properties>
<modules>