diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 16:19:30 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 16:19:30 +0000 |
commit | 6388f211f164d892820f3a6c0069d2489d9cabc2 (patch) | |
tree | de7cf7c4c778ad8004b20559cd36a595b77cc5c8 /pom.xml | |
parent | 6eea08f21c13e919f1c00aee4dd6c58255d6cac6 (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I98dc67f682eae288f5f461f191d8a9ddfdcd1eb1
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>4.1.0</version> + <version>4.1.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> <packaging>pom</packaging> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>2.1.0</policy.common.version> - <policy.models.version>3.1.0</policy.models.version> + <policy.common.version>2.1.1-SNAPSHOT</policy.common.version> + <policy.models.version>3.1.1-SNAPSHOT</policy.models.version> </properties> <modules> |