diff options
author | 2025-01-28 10:14:05 +0000 | |
---|---|---|
committer | 2025-01-28 10:14:05 +0000 | |
commit | 63e37dc228a417e00693250f4cc6fad1f81b283c (patch) | |
tree | 95e81952d0bfb00b3c499d7e7c511f6e40fb6fe6 /pom.xml | |
parent | fbaf7b421d593f8f06631bddd530ec7ebff5c587 (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-5255
Change-Id: I0fe28c4346a49c6bf821ec6ac78d16ec62255c6c
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
@@ -23,12 +23,12 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.0</version> + <version>5.1.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.clamp</groupId> <artifactId>policy-clamp</artifactId> - <version>8.1.0-SNAPSHOT</version> + <version>8.1.1-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <description> @@ -50,8 +50,8 @@ o policy-clamp-participant-impl-kserve: A standard participant for Kserve </description> <properties> - <policy.common.version>3.1.0</policy.common.version> - <policy.models.version>4.1.0</policy.models.version> + <policy.common.version>3.1.1-SNAPSHOT</policy.common.version> + <policy.models.version>4.1.1-SNAPSHOT</policy.models.version> <version.netty>4.1.112.Final</version.netty> </properties> <modules> |