You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/12/05 20:06:35 UTC

svn commit: r1643402 - /commons/proper/el/trunk/pom.xml

Author: sebb
Date: Fri Dec  5 19:06:35 2014
New Revision: 1643402

URL: http://svn.apache.org/r1643402
Log:
Typo - name changed in CP31

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

Modified: commons/proper/el/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1643402&r1=1643401&r2=1643402&view=diff
==============================================================================
--- commons/proper/el/trunk/pom.xml (original)
+++ commons/proper/el/trunk/pom.xml Fri Dec  5 19:06:35 2014
@@ -104,8 +104,8 @@
   </dependencies>
 
   <properties>
-    <maven.compile.source>1.4</maven.compile.source>
-    <maven.compile.target>1.4</maven.compile.target>
+    <maven.compiler.source>1.4</maven.compiler.source>
+    <maven.compiler.target>1.4</maven.compiler.target>
     <commons.componentid>el</commons.componentid>
     <commons.release.version>1.0</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>