diff options
author | 2022-02-28 14:48:36 +0000 | |
---|---|---|
committer | 2022-02-28 14:48:36 +0000 | |
commit | c2f7f0795d38dd953bb888ad5e1fbbbe1235dcc0 (patch) | |
tree | de25b714da661646040501ddec5e3d98a4523fb5 /pom.xml | |
parent | a7876a9d356c09caef52604d83868009a31a6d59 (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-3958
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I4f4be01de1e7d167570ba34be5e6d1b428ee041f
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.4.4</version> + <version>3.4.5-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>2.5.2-SNAPSHOT</version> + <version>2.5.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.9.2</policy.common.version> + <policy.common.version>1.9.3-SNAPSHOT</policy.common.version> </properties> <modules> |