diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-04-25 09:47:39 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-04-25 09:47:39 +0100 |
commit | 941281022d5b1b9799d4c301334408ba47f56013 (patch) | |
tree | 117a80939bc012b927c4ef15aee822daa1329ab0 /pom.xml | |
parent | 9bbecdd0b4233ecfe2b960ee383763de3512549d (diff) |
update references in policy/drools-pdp pom
updated references in the policy/drools-pdp pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4648
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: If152c369d5ebbadfd0a2f1cf550dc1854ab81025
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.7.2-SNAPSHOT</version> + <version>3.7.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.12.2-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.2-SNAPSHOT</policy.models.version> + <policy.common.version>1.12.2</policy.common.version> + <policy.models.version>2.8.2</policy.models.version> </properties> <modules> |