diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:04 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:04 +0100 |
commit | c3d9c9932e03c5b25d9f117b1302ef71f084591e (patch) | |
tree | 56b0a5a0f816687aa771ef150c8dd2c9eb74c6c9 /pom.xml | |
parent | 992fd4203c9ad02aabd7b4cd8f74bdd5276d4e40 (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-5001
Change-Id: I09269130698c24b8f4e7c18631cc8e699ff0fae4
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.4</version> + <version>4.1.5-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.4-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.3</policy.common.version> + <policy.common.version>2.1.4-SNAPSHOT</policy.common.version> </properties> <modules> |