diff options
Diffstat (limited to 'tutorials/pom.xml')
-rw-r--r-- | tutorials/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/pom.xml b/tutorials/pom.xml index ad18315e..d0fb3ffe 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>xacml-tutorials</artifactId> |