diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-16 14:23:11 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-16 14:23:11 +0100 |
commit | 0fc0402cbf5126f0659b5b35927a13e7556dbdb6 (patch) | |
tree | 6f5c3bcb01265a4a69b11acdbdc80e30fba34a9b /pom.xml | |
parent | f4a0c8d338614f27ed60a6c8855941d17c1efced (diff) |
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: I5b9f907a8890860baa6696063a56fbe80ea573a1
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>4.1.3-SNAPSHOT</version> + <version>4.1.4</version> <relativePath /> </parent> @@ -40,7 +40,7 @@ <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>2.1.3-SNAPSHOT</policy.common.version> + <policy.common.version>2.1.3</policy.common.version> </properties> <modules> |