diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-14 16:12:19 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-14 16:12:19 +0100 |
commit | 18268f05a9f66ff6e5873886f19b34ade78ee8ed (patch) | |
tree | a3f91ca40efb8454f55f841a21bcb0d3e7c7e47a /utils | |
parent | 002088de43921f57eae9d391a7b314f82f299372 (diff) |
Set snapshot and/or references of policy/common for new release
policy/common updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I3c28df30ad7d015d80af9a09cd28685ed1515fdf
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 88de096d..8c319f4a 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </parent> <artifactId>utils</artifactId> |