diff options
author | liamfallon <liam.fallon@est.tech> | 2022-06-14 16:24:27 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-06-14 16:24:27 +0100 |
commit | 0f23fe2738e050c481f5ea2893c5c3c0f1b3f5c0 (patch) | |
tree | 3341b9ade39ddf7dd13768ae461e32b784fce4a0 /pom.xml | |
parent | ebf9e345929633d69786ab5ca653fb3f66e40b43 (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-4233
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ieb23ec3715d2ae24e0428f00d3bc2ba78759b012
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,13 +27,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.3</version> + <version>3.5.4-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.6.5-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-models</name> @@ -42,7 +42,7 @@ <properties> <derby.version>10.13.1.1</derby.version> <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version> - <policy.common.version>1.10.3</policy.common.version> + <policy.common.version>1.10.4-SNAPSHOT</policy.common.version> </properties> <modules> |