diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-06-23 13:10:56 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-06-23 13:10:56 -0500 |
commit | 83667b882cb3c7abd4984fb54c509f47c6b439f9 (patch) | |
tree | a31c5538c2d4b5bc1d2864c72e8f5eb5bd247da7 /pom.xml | |
parent | 280fbd4472652b1a4fa796c5bec7ee9e01f72f3b (diff) |
Point to 3.3.1 parent, 1.8.1 common, 2.4.3 models
Issue-ID: POLICY-3329
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Id458034e17beb461f852e469033533a78ac5e5d8
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.0</version> + <version>3.3.1</version> <relativePath /> </parent> @@ -51,8 +51,8 @@ <hibernate.core.version>5.4.28.Final</hibernate.core.version> <hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version> <xml.apis.version>1.4.01</xml.apis.version> - <policy.common.version>1.8.0</policy.common.version> - <policy.models.version>2.4.2</policy.models.version> + <policy.common.version>1.8.1</policy.common.version> + <policy.models.version>2.4.3</policy.models.version> </properties> <modules> |