diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:40:54 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:40:54 +0100 |
commit | f95ab03d5d437f68d8710986722471fe08982b0f (patch) | |
tree | 61897c7490e58ce134b84a3e4a3c991cfbcfaa9c /utils | |
parent | 1ec77504a5056d2dc800b984729db354f4a28e23 (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-4662
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic64422e4c495ba2ffe8cb602c497bdb2d8c4237c
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 d40a03a3..85f0b53f 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>1.12.3-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>utils</artifactId> |