diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:25:05 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:25:10 -0400 |
commit | d33f694fc4e595054fb11812b2f8010cf94b637f (patch) | |
tree | eb7a8454dc41de80bca06ddcbec01cf2e9c5d186 | |
parent | 962a9d16895c9ae75230cad5c7d8a1d4e453f2ad (diff) |
Point to snapshot dependency
Issue-ID: POLICY-3788
Change-Id: Ibf3659ffb5a6b0564fea120ffa79377cd1ec3c74
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.4.3</version> + <version>3.5.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.clamp</groupId> @@ -50,8 +50,8 @@ </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> </properties> <modules> |