diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:26 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:26 +0000 |
commit | 8ad810ea6df87556f9c7820625763a3159629b22 (patch) | |
tree | 217e25255d6462fa9f83e8b98cf4da88df1f980f /pom.xml | |
parent | cc1d3d352771d1fa35d297e90663539e34b022f6 (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-4932
Change-Id: Ic8a700f2d32174c1e5ace42c4c12bd48d864ba93
Signed-off-by: waynedunican <wayne.dunican@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.1-SNAPSHOT</version> + <version>4.1.1</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.1-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.1-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.1</policy.common.version> + <policy.models.version>3.1.1</policy.models.version> </properties> <modules> |