diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-03-09 18:23:38 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-03-10 10:24:21 +0000 |
commit | 922bb95faf960a621e3076cd6d6e7cb85a834f02 (patch) | |
tree | 320b08fb025ad40541464b284eeb4dbe9bda1e8e | |
parent | a2740a32f308b7385a44161ec40e25d72e4ef5e0 (diff) |
Point to policy-models 2.4.1
Change-Id: Ifa503246a966810c6254178765910cd6f038b429
Issue-ID: POLICY-3127
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ Copyright (C) 2018, 2020 AT&T Intellectual Property. All rights reserved. Copyright (C) 2019 Nordix Foundation. Modifications Copyright (C) 2020 AT&T Inc. + Modifications Copyright (C) 2021 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -45,7 +46,7 @@ <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <policy.common.version>1.8.0</policy.common.version> - <policy.models.version>2.4.0</policy.models.version> + <policy.models.version>2.4.1</policy.models.version> </properties> <modules> |