diff options
author | 2025-03-13 07:37:24 +0000 | |
---|---|---|
committer | 2025-03-13 09:09:56 +0000 | |
commit | 90a1d3be116d4a2f1e1cfa62301b603c40d66909 (patch) | |
tree | b745119018d3384517a06acfac3cf026fed4c1bc /pom.xml | |
parent | 1c1e799250039011faf5f8f4a9cbf2a0e3b1580e (diff) |
Update snapshot and/or references of policy/clamp to latest snapshots
policy/clamp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5314
Change-Id: I7bb078eb9be0fe67c94676524b2ae925bf00f513
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,12 +25,12 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.1</version> + <version>5.1.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.clamp</groupId> <artifactId>policy-clamp</artifactId> - <version>8.1.1-SNAPSHOT</version> + <version>8.1.2-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <description> @@ -52,8 +52,8 @@ o policy-clamp-participant-impl-kserve: A standard participant for Kserve </description> <properties> - <policy.common.version>3.1.1</policy.common.version> - <policy.models.version>4.1.1</policy.models.version> + <policy.common.version>3.1.2-SNAPSHOT</policy.common.version> + <policy.models.version>4.1.2-SNAPSHOT</policy.models.version> </properties> <modules> <module>common</module> |