diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-21 08:05:56 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-21 08:05:56 +0100 |
commit | dfc241e57c4f261f1983886582ba0c4ff83b79fb (patch) | |
tree | 9e33ccd4fa8432333a197e6ee860a5203aac0777 /pom.xml | |
parent | 44aee7dedf697bee133eaa0560190ffb9b68c94f (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-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Icc6e8bf7de2a207946fbba5eb3bdbabd0a347c49
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.6.1</version> + <version>3.6.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.2-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.11.1</policy.common.version> + <policy.common.version>1.11.2-SNAPSHOT</policy.common.version> </properties> <modules> |