diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-12 11:00:43 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-12 11:00:43 +0000 |
commit | c92b7248a7ef05439abcd20eb058b0b844d19c16 (patch) | |
tree | d1feb077009a63d530150f31e3a337a3a40b987d /pom.xml | |
parent | adcc527c0a10426f99be50cc2267f7063a85c8d7 (diff) |
update references in policy/clamp pom
updated references in the policy/clamp pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5072
Change-Id: If64de7f05cfe6f31d9887ba612e4eadb377b7670
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
@@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.0.0</version> <relativePath /> </parent> <groupId>org.onap.policy.clamp</groupId> @@ -50,8 +50,8 @@ o policy-clamp-participant-impl-kserve: A standard participant for Kserve </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> <module>common</module> |