You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2016/06/22 13:29:57 UTC

[jira] [Created] (SHIRO-567) shiro-root-1.2.5.pom uses invalid encoding

Jochen Kemnade created SHIRO-567:
------------------------------------

             Summary: shiro-root-1.2.5.pom uses invalid encoding
                 Key: SHIRO-567
                 URL: https://issues.apache.org/jira/browse/SHIRO-567
             Project: Shiro
          Issue Type: Bug
    Affects Versions: 1.2.5
            Reporter: Jochen Kemnade


{quote}
$> curl -s https://repo1.maven.org/maven2/org/apache/shiro/shiro-root/1.2.5/shiro-root-1.2.5.pom| head -1
<?xml version="1.0" encoding="UTF8"?>
{quote}
"UTF8" is not a valid encoding, it should be "UTF-8". This makes Gradle fail to parse the pom. The 1.2.4 pom is correct.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)