diff options
author | saul.gill <saul.gill@est.tech> | 2023-03-01 12:38:15 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-03-01 12:38:15 +0000 |
commit | 541d222be18b7818bb3f7ee687c081cf19d72dbf (patch) | |
tree | 4ec6c145d6812dadf231cab29c5cfb8849c4e4f8 /pom.xml | |
parent | 1833cd1abb59189a3118e75fe7306ef63fc5df2f (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-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ie3d538408fd63a5a2c667fb7a868b9ce67921f90
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -24,12 +24,12 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.7.1</version> + <version>3.7.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.clamp</groupId> <artifactId>policy-clamp</artifactId> - <version>6.4.1-SNAPSHOT</version> + <version>6.4.2-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <description> @@ -51,8 +51,8 @@ o policy-clamp-participant-impl-kserve: A standard participant for Kserve </description> <properties> - <policy.common.version>1.12.1</policy.common.version> - <policy.models.version>2.8.1</policy.models.version> + <policy.common.version>1.12.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.2-SNAPSHOT</policy.models.version> </properties> <modules> <module>common</module> |