diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:02 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:02 +0000 |
commit | 107b75a2b584222f7d5dcdbec64063c036b4f2b2 (patch) | |
tree | 16edc5dcf42b6c16901962c5d93400a8b31fb64a /pom.xml | |
parent | 50f305bc23b64687b4bff77562e4cac85dc0a095 (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-4932
Change-Id: If5af9ed47cd1c5d987259c90e95d3c40c52977c0
Signed-off-by: waynedunican <wayne.dunican@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>4.1.1</version> + <version>4.1.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.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>2.1.1</policy.common.version> + <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> </properties> <modules> |