diff options
author | 2024-11-18 16:31:41 +0000 | |
---|---|---|
committer | 2024-11-18 16:31:41 +0000 | |
commit | 866ad40c54e5560c5b94e78cf5cc000d115e47ab (patch) | |
tree | df9795a2f5667b1f34e1ae08662be01772e0f6c6 /pom.xml | |
parent | 8d77c3ac069ecb0eb685f8ad3e5c560a15e6e184 (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-5166
Change-Id: If0dbfb93924f54e7a97659e217a8c021c0ff350d
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.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>3.0.1-SNAPSHOT</policy.common.version> - <policy.models.version>4.0.1-SNAPSHOT</policy.models.version> + <policy.common.version>3.0.1</policy.common.version> + <policy.models.version>4.0.1</policy.models.version> </properties> <modules> |