diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-12 09:07:26 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-12 09:07:26 +0000 |
commit | 91a9cc3302d4de532b7e4ea856ce49defd69a8f8 (patch) | |
tree | 2417de6ffe69c263bb2ed81b641f09e377d925bb /pom.xml | |
parent | e82ebd1c0dac2df0044d0c23f29c8071b8e941a9 (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-5072
Change-Id: I0fd33fce97ae56b23a128b9ac217bb34106d2b11
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.0-SNAPSHOT</version> + <version>5.0.0</version> <relativePath /> </parent> @@ -40,7 +40,7 @@ <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>3.0.0-SNAPSHOT</policy.common.version> + <policy.common.version>3.0.0</policy.common.version> </properties> <modules> |