diff options
author | saul.gill <saul.gill@est.tech> | 2023-02-28 15:41:52 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-02-28 15:41:52 +0000 |
commit | 6709a8b05bcb543b6871baf35d52e7a156dde13d (patch) | |
tree | 9eff97676ea1aac8b8d307c881a5e24da977f490 /pom.xml | |
parent | 96275b45acadffdbd13d258bd51495127ba12658 (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-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ie25a8dc3903b0f3536defa87570b5cb65120e8b7
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>3.7.1</version> + <version>3.7.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>2.8.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>1.12.1</policy.common.version> + <policy.common.version>1.12.2-SNAPSHOT</policy.common.version> </properties> <modules> |