diff options
author | saul.gill <saul.gill@est.tech> | 2023-03-01 12:37:44 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-03-01 12:37:44 +0000 |
commit | a1d0127007e9fed4c1eff58e66714944d89a214c (patch) | |
tree | 8986c9f9062234f76696d0f0fa263551577fc64a /pom.xml | |
parent | 3c558b4def1273afe2973bfde2e6a7c33c6af86a (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-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Id95ea702a90ae07dfd256d9b1aa37da0431efd47
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.7.1</version> + <version>3.7.2-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>2.8.2-SNAPSHOT</version> <packaging>pom</packaging> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.12.1</policy.common.version> - <policy.models.version>2.8.1</policy.models.version> + <policy.common.version>1.12.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.2-SNAPSHOT</policy.models.version> </properties> <modules> |