Author: sslavic
Date: Sun Jul  7 16:34:02 2013
New Revision: 1500471

URL: http://svn.apache.org/r1500471
Log:
Defined relateivePath to avoid Maven warning (see MNG-4687 for more info)

Modified:
    mahout/trunk/buildtools/pom.xml

Modified: mahout/trunk/buildtools/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/buildtools/pom.xml?rev=1500471&r1=1500470&r2=1500471&view=diff
==============================================================================
--- mahout/trunk/buildtools/pom.xml (original)
+++ mahout/trunk/buildtools/pom.xml Sun Jul  7 16:34:02 2013
@@ -24,6 +24,7 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>9</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.apache.mahout</groupId>


Reply via email to