diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-08-04 13:06:56 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-08-04 13:06:56 -0500 |
commit | 14bbc66f94caa42491051a426ec00f6819f08c40 (patch) | |
tree | f696ab97a2270c5fa5e02c62f3d34ecb90274207 /pom.xml | |
parent | 4795ef7d02e1b7ccca53e2b6b3782e207cbe7618 (diff) |
Point to 3.3.2 parent, 1.8.2 common, 2.4.4 models
Issue-ID: POLICY-3329
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I7e4ca442ccf01fd9d705fdf724ab5d33632997b8
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.1</version> + <version>3.3.2</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.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> |