diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-18 15:10:08 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-18 15:10:08 +0000 |
commit | 9fb002b957f9ab51205fb5f8c0a02a5ca993db67 (patch) | |
tree | 93fa5fae8386753564bc95ea8291ac2aeeee5898 /pom.xml | |
parent | 4a47d6ff832ba6df66eaabe9acea2f0e37ae18b3 (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-5166
Change-Id: Id2f4d73f6b15ad9b361e4f4ad88d5f810b319746
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@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.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath /> </parent> @@ -40,7 +40,7 @@ <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>3.0.1-SNAPSHOT</policy.common.version> + <policy.common.version>3.0.1</policy.common.version> </properties> <modules> |