MATH-903: allow the use of UTF-8 characters in Javadoc comments.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1411084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce126bdbc6
commit
120f6f490e
3
pom.xml
3
pom.xml
|
@ -306,10 +306,9 @@
|
|||
|
||||
<commons.jira.id>MATH</commons.jira.id>
|
||||
<commons.jira.pid>12310485</commons.jira.pid>
|
||||
<commons.encoding>UTF-8</commons.encoding>
|
||||
<maven.compile.source>1.5</maven.compile.source>
|
||||
<maven.compile.target>1.5</maven.compile.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<math.pmd.version>2.7.1</math.pmd.version>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in New Issue