diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:05:09 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:05:12 -0400 |
commit | 567201748af88c9120e623e531ace50382060e00 (patch) | |
tree | a2214afaeddde452c5c1d268149cb8e6f916fb5f /pom.xml | |
parent | 54440b8e74d7e54b2699f36414e71b846571ee48 (diff) |
Point to snapshot dependency
Issue-ID: POLICY-3788
Change-Id: Ief434babe80980cbe97170011d168e94ee4045aa
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |