diff options
author | liamfallon <liam.fallon@est.tech> | 2022-05-03 17:21:44 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-05-03 17:28:35 +0100 |
commit | 249b0657be31724b7502ba43767820c7fc47d935 (patch) | |
tree | e17ddd7b88977fa33bec721582b066681af11eb9 /models-base | |
parent | 612c485725f7fb9892f18eabc717f058d320c2c2 (diff) |
Set snapshot and/or references of policy/models for new release
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4073
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I0101973870c989f148e76c52c81fda410451d441
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-base')
-rw-r--r-- | models-base/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models-base/pom.xml b/models-base/pom.xml index 745ba4e0b..00121b357 100644 --- a/models-base/pom.xml +++ b/models-base/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>policy-models-base</artifactId> |