diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-02-23 15:51:09 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-02-23 15:51:09 -0600 |
commit | 344700dc62d7b466b7c03d0ba3daaf185d408bbe (patch) | |
tree | 87a8b21f02c33d2449522d5f14f424303fc0a51c /tutorials/tutorial-xacml-application | |
parent | 2e97dee0482e1cc4ed71681f7e840b158d55d45e (diff) |
bump poms to 2.4.1-SNAPSHOT
Issue-ID: POLICY-3088
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I42c32bbb1ef6e275b8b3a0693492c7e4e61dd6eb
Diffstat (limited to 'tutorials/tutorial-xacml-application')
-rw-r--r-- | tutorials/tutorial-xacml-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/tutorial-xacml-application/pom.xml b/tutorials/tutorial-xacml-application/pom.xml index 047074a2..153b54de 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>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.tutorial.xacml-application</groupId> |