diff options
author | saul.gill <saul.gill@est.tech> | 2023-02-28 15:42:11 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-02-28 15:42:14 +0000 |
commit | d9ad060c2f7bb45537987139705c13297e77ca6d (patch) | |
tree | 9c89c336753ee6290724eb51100f5001f0f08d04 /pom.xml | |
parent | 3e44f6d1e7160745cabc600abf8fcd41f6c24d9a (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-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ib1cdb686dbc93023ecd765a78345f7761aea5e56
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.1-SNAPSHOT</version> + <version>3.7.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.12.1-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.1-SNAPSHOT</policy.models.version> + <policy.common.version>1.12.1</policy.common.version> + <policy.models.version>2.8.1</policy.models.version> </properties> <modules> |