diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-19 17:26:02 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-19 17:26:02 +0000 |
commit | 3ea1093bdc77136c4ad2ea6585178589fb64ddef (patch) | |
tree | c13b81d0532dffd0bc0f9f56c568d05f89c127b5 /tutorials | |
parent | 2a08776b75eca4a30a30dd5c994589aa806cb68a (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-5166
Change-Id: Ifeda7d21303463f31eabf61ef3d0afca8b517bd8
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'tutorials')
-rw-r--r-- | tutorials/pom.xml | 2 | ||||
-rw-r--r-- | tutorials/tutorial-enforcement/pom.xml | 2 | ||||
-rw-r--r-- | tutorials/tutorial-xacml-application/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tutorials/pom.xml b/tutorials/pom.xml index be4ce97d..41894192 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>xacml-tutorials</artifactId> diff --git a/tutorials/tutorial-enforcement/pom.xml b/tutorials/tutorial-enforcement/pom.xml index e6e76819..2683507b 100644 --- a/tutorials/tutorial-enforcement/pom.xml +++ b/tutorials/tutorial-enforcement/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>xacml-tutorials</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.tutorial</groupId> diff --git a/tutorials/tutorial-xacml-application/pom.xml b/tutorials/tutorial-xacml-application/pom.xml index 19165d67..a868183b 100644 --- a/tutorials/tutorial-xacml-application/pom.xml +++ b/tutorials/tutorial-xacml-application/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>xacml-tutorials</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> |