diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-12 18:41:35 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-12 18:41:35 +0100 |
commit | ec82c44d8263c8faaba3440f9532eb59d1cb525c (patch) | |
tree | 8d61b3c2d0f43ff4864b7ca9a252b61d7718f808 /pom.xml | |
parent | ba211c4d1378416dc493b7d97f1a2b8cd4d5f193 (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I9017a7f0c84d9981f49baab59744e8f273aa91df
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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-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.2</policy.common.version> + <policy.common.version>1.10.3-SNAPSHOT</policy.common.version> </properties> <modules> |