You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2013/07/05 22:10:27 UTC

svn commit: r1500116 - /mahout/trunk/pom.xml

Author: sslavic
Date: Fri Jul  5 20:10:26 2013
New Revision: 1500116

URL: http://svn.apache.org/r1500116
Log:
Removed redundant maven-compiler-plugin version info

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1500116&r1=1500115&r2=1500116&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Fri Jul  5 20:10:26 2013
@@ -804,7 +804,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>
-            <version>3.1</version>
             <configuration>
               <showDeprecation>true</showDeprecation>
               <showWarnings>true</showWarnings>