diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:22 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:22 +0100 |
commit | 24870c592838a637d42249ff850ebfef8161347a (patch) | |
tree | 1f2fd6a8172e4cef59849f1f4e1ac4984c5097bf /main | |
parent | e0f9ee24b7449601bfdd7e9eaf2b394463551d83 (diff) |
Set snapshot and/or references of policy/xacml-pdp for new release
policy/xacml-pdp 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: Ifa4e2a1d0801b991b1bafd275161eb42e943bb64
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 c9abdd12..e86c4a9f 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>2.8.3-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>xacml-main</artifactId> |