You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2016/09/27 09:22:02 UTC

svn commit: r1762415 - /commons/proper/cli/trunk/pom.xml

Author: stain
Date: Tue Sep 27 09:22:02 2016
New Revision: 1762415

URL: http://svn.apache.org/viewvc?rev=1762415&view=rev
Log:
utf-8 in build (just in case)

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

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1762415&r1=1762414&r2=1762415&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Tue Sep 27 09:22:02 2016
@@ -175,6 +175,7 @@
     <commons.rc.version>RC1</commons.rc.version>
 
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
+    <commons.encoding>utf-8</commons.encoding>
   </properties>
 
   <build>