diff options
author | 2023-04-25 12:13:16 -0400 | |
---|---|---|
committer | 2023-04-25 12:13:16 -0400 | |
commit | e64e9bc5e41e277be9922617d778ca77245131d7 (patch) | |
tree | 7a225edd0fbf659274ccae26a308cd8b1cc3e6b6 /pom.xml | |
parent | 9ee18929a9a759e8853c8a6063077afffa9bab02 (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-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: I79a77b7f325a75a6f0fca2f6b90b7b341626efb8
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.2</version> + <version>3.7.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.clamp</groupId> <artifactId>policy-clamp</artifactId> - <version>6.4.2-SNAPSHOT</version> + <version>6.4.3-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.2</policy.common.version> - <policy.models.version>2.8.2</policy.models.version> + <policy.common.version>1.12.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.3-SNAPSHOT</policy.models.version> </properties> <modules> <module>common</module> |