diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:54:51 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:54:54 -0400 |
commit | 18366f85ca6450f56cd82e8f2da4a0ed2713061f (patch) | |
tree | 6c47523cd8de1326b513ccbc4c6bbaf24a45c4b1 | |
parent | ed713c90ed55d976821178fcb7fa236686a46404 (diff) |
Point to Istanbul snapshot dependency
Issue-ID: POLICY-3788
Change-Id: I851d6b0e24d7495b77b25ab26743abac458a610f
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.4.4-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.9.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.5.2-SNAPSHOT</policy.models.version> </properties> <modules> |