diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:43:56 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-10-25 18:44:00 -0400 |
commit | a4097c2855a118350a7cff298c71633a68ec1f28 (patch) | |
tree | 2a759af97f44b01e277bbdff0d3c6754ff81fc16 | |
parent | e16775c70d490aa81728f15822619bb90b911640 (diff) |
Point to Istanbul snapshot dependency9.0.0-ONAP
Issue-ID: POLICY-3788
Change-Id: I86ac5289bafbb30c1570796143d66fb33c380933
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-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.4.4-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.9.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.5.2-SNAPSHOT</policy.models.version> </properties> <modules> |