diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-13 13:28:52 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-13 13:28:52 +0100 |
commit | c669bc5dd839b31a0891a2c830e209874c1fec04 (patch) | |
tree | e3096e4559fae55216558108cff9adbe36ee4751 /pom.xml | |
parent | adad41c43182aba1f7b5c2fd6dabe3b30e494fd4 (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-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ifae4425ed10aa87bd420bbbdf55a5f55399f80b3
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.0.2</version> + <version>4.0.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-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.0.2</policy.common.version> + <policy.common.version>2.0.3-SNAPSHOT</policy.common.version> </properties> <modules> |