aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-10-25 18:05:09 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-10-25 18:05:12 -0400
commit567201748af88c9120e623e531ace50382060e00 (patch)
treea2214afaeddde452c5c1d268149cb8e6f916fb5f
parent54440b8e74d7e54b2699f36414e71b846571ee48 (diff)
Point to snapshot dependency
Issue-ID: POLICY-3788 Change-Id: Ief434babe80980cbe97170011d168e94ee4045aa Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6dd308989..2f7d99c51 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>
@@ -42,7 +42,7 @@
<properties>
<derby.version>10.13.1.1</derby.version>
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
- <policy.common.version>1.9.1</policy.common.version>
+ <policy.common.version>1.10.0-SNAPSHOT</policy.common.version>
</properties>
<modules>