Author: ggregory
Date: Fri Mar 11 02:50:06 2011
New Revision: 1080431
URL: http://svn.apache.org/viewvc?rev=1080431&view=rev
Log:
Add maven-compiler-plugin with UTF-8
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1080431&r1=1080430&r2=1080431&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Fri Mar 11 02:50:06 2011
@@ -244,7 +244,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>