diff options
author | 2024-11-18 16:31:20 +0000 | |
---|---|---|
committer | 2024-11-18 16:31:20 +0000 | |
commit | 08a2395efa2eb1fefe0cad350cb2cbb3d617edb6 (patch) | |
tree | 42b0c692aa92086029566f872e211f07a485067a /pom.xml | |
parent | 206f346e32260a14f6c7de782bcf6b40b7267337 (diff) |
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: I11f36f587352713b50ef9d9b16df785339e24a87
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
@@ -27,20 +27,20 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.0.1</version> + <version>5.0.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-models</name> <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>3.0.1</policy.common.version> + <policy.common.version>3.0.2-SNAPSHOT</policy.common.version> </properties> <modules> |