diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-14 16:12:11 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-14 16:12:11 +0100 |
commit | d35b39e1f028c3b7a6ec523fc5a92bc19213937e (patch) | |
tree | 3fba8363a04dc627f6b649fa2f9d3216657160b9 /resources/pom.xml | |
parent | 5bf6410b9d4de8578c0828eb201c6bf447e40a3a (diff) |
Set snapshot and/or references of policy/parent for new release
policy/parent 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: Iedcce90f581bf9b56dbf2d70a55f07406dc2796f
Diffstat (limited to 'resources/pom.xml')
-rw-r--r-- | resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/pom.xml b/resources/pom.xml index 94f2a0ea..34e39508 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.0.3-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>policy-parent-resources</artifactId> |