You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/30 13:25:47 UTC

svn commit: r1648517 - /commons/proper/validator/trunk/pom.xml

Author: britter
Date: Tue Dec 30 12:25:47 2014
New Revision: 1648517

URL: http://svn.apache.org/r1648517
Log:
Set encoding for commons build plugin

Modified:
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1648517&r1=1648516&r2=1648517&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Tue Dec 30 12:25:47 2014
@@ -149,6 +149,7 @@
     <commons.release.2.binary.suffix />
     <commons.jira.id>VALIDATOR</commons.jira.id>
     <commons.jira.pid>12310494</commons.jira.pid>
+    <commons.encoding>UTF-8</commons.encoding>
 
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-validator</commons.scmPubUrl>