You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/02/20 21:03:47 UTC

svn commit: r746355 - /jackrabbit/parent/trunk/pom.xml

Author: jukka
Date: Fri Feb 20 20:03:46 2009
New Revision: 746355

URL: http://svn.apache.org/viewvc?rev=746355&view=rev
Log:
JCRSITE-12: Fix resource encoding to UTF-8

Modified:
    jackrabbit/parent/trunk/pom.xml

Modified: jackrabbit/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/parent/trunk/pom.xml?rev=746355&r1=746354&r2=746355&view=diff
==============================================================================
--- jackrabbit/parent/trunk/pom.xml (original)
+++ jackrabbit/parent/trunk/pom.xml Fri Feb 20 20:03:46 2009
@@ -53,6 +53,10 @@
     <maven>2.0.9</maven>
   </prerequisites>
 
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
   <build>
     <pluginManagement>
       <!-- JCRSITE-9: Fix versions of key Maven plugins -->