diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:17 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:17 +0100 |
commit | 0c28807ad85435e54d4784f9fa7d523f969f8c3b (patch) | |
tree | dd3e20990c50ff02a880e4d0735b37f94aa7246b /examples/examples-servlet | |
parent | 4af57df43cc9874c9d2b65cd47eafb954183d635 (diff) |
Set snapshot and/or references of policy/apex-pdp for new release
policy/apex-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: I6bed34d4561b33b442102994f8e028691ef3769d
Diffstat (limited to 'examples/examples-servlet')
-rw-r--r-- | examples/examples-servlet/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples-servlet/pom.xml b/examples/examples-servlet/pom.xml index 9035ece73..37377da7b 100644 --- a/examples/examples-servlet/pom.xml +++ b/examples/examples-servlet/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.examples</groupId> <artifactId>examples</artifactId> - <version>2.9.3-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>examples-servlet</artifactId> |