You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/07/07 17:21:06 UTC

svn commit: r1500450 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Sun Jul  7 15:21:05 2013
New Revision: 1500450

URL: http://svn.apache.org/r1500450
Log:
Use commons-parent 32.

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=1500450&r1=1500449&r2=1500450&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Jul  7 15:21:05 2013
@@ -213,8 +213,8 @@ limitations under the License.
     </dependency>
   </dependencies>
   <properties>
-    <maven.compile.source>1.6</maven.compile.source>
-    <maven.compile.target>1.6</maven.compile.target>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
     <commons.componentid>codec</commons.componentid>
     <commons.release.version>1.9</commons.release.version>
     <!-- The RC version used in the staging repository URL. -->