diff options
author | 2025-03-11 16:39:12 +0000 | |
---|---|---|
committer | 2025-03-12 08:10:13 +0000 | |
commit | ea43ca9e306741d256a84ecd1560fb1ebb32ecc0 (patch) | |
tree | 73c5a53894e451ebdde86681b19ceeb00248279b /pom.xml | |
parent | 2925d256abc4e53ec07a3b2986f766c100138a75 (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-5314
Change-Id: I22b6aaa50c544a6f6569dd9fae1db3010cba0e84
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>5.1.1-SNAPSHOT</version> + <version>5.1.1</version> <relativePath /> </parent> @@ -40,7 +40,7 @@ <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>3.1.1-SNAPSHOT</policy.common.version> + <policy.common.version>3.1.1</policy.common.version> </properties> <modules> |