diff options
author | liamfallon <liam.fallon@est.tech> | 2022-03-11 18:02:43 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-03-11 18:02:43 +0000 |
commit | 2e15dfa79186f731920003abaaa208b4829fe606 (patch) | |
tree | 1130963bb9838e016cb115ccc16734f98e54ebc3 /pom.xml | |
parent | e3271fc920fbeaaee136e6ad7931f8923cf15ad6 (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-3982
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I849fcec0757eab4425cf92f19c609d50f38986d3
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.5.1</version> + <version>3.5.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.10.1</policy.common.version> - <policy.models.version>2.6.1</policy.models.version> + <policy.common.version>1.10.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.2-SNAPSHOT</policy.models.version> </properties> <modules> |