aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2016-06-23 21:56:18 +0000
committerSebastian Bazley <sebb@apache.org>2016-06-23 21:56:18 +0000
commit47c0e905bad838b751638c3e7d29637c52c8193f (patch)
treeb59a5421f7669f65ab702a5e1553f5b6301deb86 /pom.xml
parentbb668dd4dfa40d6640bd053400b5829c3bc888f6 (diff)
downloadapache-commons-bcel-47c0e905bad838b751638c3e7d29637c52c8193f.tar.gz
Fix up changes.xml so it regenerates RELEASE-NOTES OK
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1750027 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9cfcf023..63a33140 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<inceptionYear>2004</inceptionYear>
<properties>
- <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>