diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 12:19:26 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 12:19:26 +0100 |
commit | a9e97e410436f17bf1d8deff9f9733c94a5b6e91 (patch) | |
tree | 86d542d0188c6e430e7bd6b8261eef3d15e4cd44 /pom.xml | |
parent | 3134a779ef2f056bd233e5f1d79dcceed12e600f (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: I08327729a19bd25c1d1e2d250f0fda7bf8464b0b
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.1</version> + <version>4.0.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.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.0.1</policy.common.version> + <policy.common.version>2.0.2-SNAPSHOT</policy.common.version> </properties> <modules> |