diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-16 14:32:24 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-16 14:32:24 +0000 |
commit | 7a05edc35dc1e93955596d926325b61115e99e22 (patch) | |
tree | 5dd23ec147c9bad63a3795fee80d89df4e319446 /pom.xml | |
parent | 49f07db935d114b72a44e446867b16262dd552aa (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-4932
Change-Id: I52435e88455357cb01e33dffd31545e50c206930
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.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath /> </parent> @@ -40,7 +40,7 @@ <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>2.1.1-SNAPSHOT</policy.common.version> + <policy.common.version>2.1.1</policy.common.version> </properties> <modules> |