diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-12 11:00:53 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-12 11:00:53 +0000 |
commit | 32b26343eab1b63b11edc327af7dce77fb07fec3 (patch) | |
tree | 1c5a43e658f82cdfa9f8dcd133989bdcc3f2561b /pom.xml | |
parent | 51589bc07dcf6a17f0e165ef3195b0a238c7ca69 (diff) |
update references in policy/pap pom
updated references in the policy/pap pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5072
Change-Id: I8f5679756b05a5d00acb7dcaef2df41fcf9cda3f
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 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> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>3.0.0-SNAPSHOT</policy.common.version> - <policy.models.version>4.0.0-SNAPSHOT</policy.models.version> + <policy.common.version>3.0.0</policy.common.version> + <policy.models.version>4.0.0</policy.models.version> </properties> <modules> |