diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-21 10:50:10 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-21 10:50:10 +0100 |
commit | 2c9440c71c8070ae153d3f1674954d894b99413e (patch) | |
tree | 46b6f023e4776751f0e88940c199a36aa20c384a /pom.xml | |
parent | a2747f40f22bd180b50c7044af94cd9ba84bf9a9 (diff) |
Update snapshot and/or references of policy/api to latest snapshots
policy/api 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: I3156e55b0bc6557e3ff157b3f07339c1d165d29e
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,13 +28,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.api</groupId> <artifactId>policy-api</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.11.1</policy.common.version> - <policy.models.version>2.7.1</policy.models.version> + <policy.common.version>1.11.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.7.2-SNAPSHOT</policy.models.version> </properties> <modules> |