diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-21 17:45:48 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-21 17:45:48 +0100 |
commit | 2167439935a9f5099a9a30e563388ca9897ca3d2 (patch) | |
tree | bd737c9e08ead961b1643ae8643cf586af010bdf /main | |
parent | 04566248a7e9d9be36b9a2c4d3cea1b206d49d9a (diff) |
Set snapshot and/or references of policy/distribution for new release
policy/distribution 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: If6eb2139641fdcf56a3947787b9926e6e9b16101
Diffstat (limited to 'main')
-rw-r--r-- | main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pom.xml b/main/pom.xml index 38340c98..6dc8b722 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.8.2-SNAPSHOT</version> + <version>2.9.0-SNAPSHOT</version> </parent> <artifactId>distribution-main</artifactId> |