diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-12 11:00:26 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-12 11:00:26 +0000 |
commit | d6e6d390f583fa860e98f8e4e2b71dac2a6604aa (patch) | |
tree | b8eb3673e7d0acf5ffae42aa539024cd86198636 /pom.xml | |
parent | 99937d219398095a4896743de0fc1ad634f1dfed (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-5072
Change-Id: I3f1e814bcb5a6da0a678074df249b92113107b20
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.0</version> + <version>5.0.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.1-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.0</policy.common.version> + <policy.common.version>3.0.1-SNAPSHOT</policy.common.version> </properties> <modules> |