You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/29 19:32:04 UTC

commons-release-plugin git commit: Preferred MIME name is upper case.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master b6b5664c9 -> 25e3dc12e


Preferred MIME name is upper case.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/25e3dc12
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/25e3dc12
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/25e3dc12

Branch: refs/heads/master
Commit: 25e3dc12e7029dfa0743917c9a1b6fba037029f5
Parents: b6b5664
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 29 13:32:01 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 29 13:32:01 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/25e3dc12/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4803696..fb3a138 100755
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <commons.jacoco.lineRatio>0.1</commons.jacoco.lineRatio>
     <commons.jacoco.complexityRatio>0.1</commons.jacoco.complexityRatio>
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
-    <commons.encoding>iso-8859-1</commons.encoding>
+    <commons.encoding>ISO-8859-1</commons.encoding>
     <!-- Provide the Javadoc HTML file encoding -->
     <commons.docEncoding>${commons.encoding}</commons.docEncoding>
     <!-- Define source encoding for filtering; used by general plugins -->