Correcting encoding in root pom. I'm not sure why this was changed, switching back to UTF-8 (from UTF8)
Fixes: SHIRO-567 Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/227c3572 Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/227c3572 Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/227c3572 Branch: refs/heads/1.2.x Commit: 227c357274488cacc9ed16f47b1c78785a50893a Parents: 46b89bf Author: Brian Demers <[email protected]> Authored: Fri Jun 24 09:58:45 2016 -0700 Committer: Brian Demers <[email protected]> Committed: Fri Jun 24 09:58:45 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/227c3572/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a37148a..66abb2e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file
