diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 12:19:40 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 12:19:40 +0100 |
commit | b8e10cb70d2c53a298cb3554b6fbeb6d9dba2246 (patch) | |
tree | 87f428722961aca7346b50d4cd5270017e1ae0fb /pom.xml | |
parent | 6b30f374b232cd9edad5c2c6d90bcca7df712f4a (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-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I06b071484585845eec64e4cefd28be915ccdda52
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.0.1-SNAPSHOT</version> + <version>4.0.1</version> <relativePath /> </parent> @@ -51,8 +51,8 @@ <json.path.version>2.8.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.0.1-SNAPSHOT</policy.common.version> - <policy.models.version>3.0.1-SNAPSHOT</policy.models.version> + <policy.common.version>2.0.1</policy.common.version> + <policy.models.version>3.0.1</policy.models.version> </properties> <modules> |