diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:06:57 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:07:02 -0400 |
commit | 1932060f66ebfbe2a4740c030a68788a04b4f69c (patch) | |
tree | 2df007cc0b6efc6cdfb0c03d8df071e0d51d16d5 /pom.xml | |
parent | e7a6d0293586b4c5345b1408458b045154cd1305 (diff) |
Point to snapshot dependency
Issue-ID: POLICY-3788
Change-Id: Id2761acedb386b64f3014d9b98f2f7b20fedd649
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,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,8 +42,8 @@ <description>Code that define our external API.</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> |