diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-25 13:10:41 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-25 13:10:41 +0100 |
commit | 4c49d147c620306521d2e37f87821bae188650a7 (patch) | |
tree | 272f2151a52881f8fc5cdc5d3e3b9065d6dc9560 /pom.xml | |
parent | 29065eadcfd111c6fefecdbed38e3ef27bd068ea (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-4970
Change-Id: If7070c4d34595b8bcfa12d0fe3fed0df9b763b48
Signed-off-by: saul.gill <saul.gill@est.tech>
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>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> <relativePath /> </parent> @@ -51,8 +51,8 @@ <json.path.version>2.9.0</json.path.version> <hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version> <xml.apis.version>1.4.01</xml.apis.version> - <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.2-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.2</policy.common.version> + <policy.models.version>3.1.2</policy.models.version> </properties> <modules> |