diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-04 13:14:10 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-04 13:14:14 -0400 |
commit | 35efa543df6a981594ee6181759ce928dd49a9c4 (patch) | |
tree | 3ff492bd2997085780fd21be938219005bf87841 /pom.xml | |
parent | 190b75c59bcc6f250446b627a96e4a12de52278f (diff) |
Point to released dependencies
Issue-ID: POLICY-3329
Change-Id: Ie69e45a1151d5aad47fa360d5e64b672a6dbfd2f
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
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.1</version> + <version>3.3.2</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.8.1</policy.common.version> - <policy.models.version>2.4.3</policy.models.version> + <policy.common.version>1.8.2</policy.common.version> + <policy.models.version>2.4.4</policy.models.version> </properties> <modules> |