You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/08 22:49:30 UTC

svn commit: r1593412 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Thu May  8 20:49:29 2014
New Revision: 1593412

URL: http://svn.apache.org/r1593412
Log:
fixed typo

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1593412&r1=1593411&r2=1593412&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Thu May  8 20:49:29 2014
@@ -91,7 +91,7 @@ under the License.
     <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
     <gpg.useagent>true</gpg.useagent>
     <arguments />
-    <!-- Specify the default ccompiler source/target as 1.4 for backwards compatibility -->
+    <!-- Specify the default compiler source/target as 1.4 for backwards compatibility -->
     <maven.compiler.source>1.4</maven.compiler.source>
     <maven.compiler.target>1.4</maven.compiler.target>    
   </properties>