diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-15 16:19:27 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-15 16:19:27 +0000 |
commit | 2e012cd81b39424ab691f5bacbd80eb56f20add6 (patch) | |
tree | 7e187414c1e9364c941f953ad09e96e1e9898a79 /pom.xml | |
parent | 8c8156cbf705b97b2ee50c1c20dadf40e52dc100 (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-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I6e0e8be495ba56a259245c8452813a0a5d1d1a6a
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.0</version> + <version>3.7.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> <packaging>pom</packaging> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.12.0</policy.common.version> - <policy.models.version>2.8.0</policy.models.version> + <policy.common.version>1.12.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.8.1-SNAPSHOT</policy.models.version> </properties> <modules> |