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 2014/01/27 00:43:43 UTC

svn commit: r1561573 - /mahout/trunk/math-scala/pom.xml

Author: sslavic
Date: Sun Jan 26 23:43:43 2014
New Revision: 1561573

URL: http://svn.apache.org/r1561573
Log:
Removed unnecessary override of mahout-math dependency version, it's managed in parent pom

Modified:
    mahout/trunk/math-scala/pom.xml

Modified: mahout/trunk/math-scala/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/math-scala/pom.xml?rev=1561573&r1=1561572&r2=1561573&view=diff
==============================================================================
--- mahout/trunk/math-scala/pom.xml (original)
+++ mahout/trunk/math-scala/pom.xml Sun Jan 26 23:43:43 2014
@@ -164,7 +164,6 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-math</artifactId>
-      <version>${pom.version}</version>
     </dependency>