diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-09-16 10:44:03 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-09-16 14:20:03 -0400 |
commit | ff2317db56215b6b3f4d69a975a3c37823e9c391 (patch) | |
tree | eed8875f52f273a1a46ed9ddd1f75af1c083f56d /pom.xml | |
parent | 8471973b523a501ebf4c175d17b3bfcc5bad3db6 (diff) |
Remove base64 encoding of password from api
Remove base64 encoding of db password from policy-api component.
Issue-ID: POLICY-2550
Change-Id: If395896f88f56f0284187f23d90ec5e0252ea17f
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019-2020 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -42,7 +43,7 @@ <properties> <policy.common.version>1.7.1</policy.common.version> - <policy.models.version>2.3.1</policy.models.version> + <policy.models.version>2.3.2-SNAPSHOT</policy.models.version> </properties> <modules> |