You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/02/22 23:35:48 UTC

svn commit: r1292557 - /commons/proper/math/trunk/pom.xml

Author: erans
Date: Wed Feb 22 22:35:47 2012
New Revision: 1292557

URL: http://svn.apache.org/viewvc?rev=1292557&view=rev
Log:
Replace accented character with html entity in order to avoid problems
on certain systems.

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

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1292557&r1=1292556&r2=1292557&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Wed Feb 22 22:35:47 2012
@@ -63,7 +63,7 @@
       <email>billbarker at apache dot org</email>
     </developer>
     <developer>
-      <name>Sébastien Brisard</name>
+      <name>S&#233;bastien Brisard</name>
       <id>celestin</id>
       <email>celestin at apache dot org</email>
     </developer>