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/06 01:12:04 UTC

svn commit: r1500165 - /mahout/trunk/buildtools/pom.xml

Author: sslavic
Date: Fri Jul  5 23:12:04 2013
New Revision: 1500165

URL: http://svn.apache.org/r1500165
Log:
Defined apache parent as parent of buildtools module to inherit distribution management settings

Modified:
    mahout/trunk/buildtools/pom.xml

Modified: mahout/trunk/buildtools/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/buildtools/pom.xml?rev=1500165&r1=1500164&r2=1500165&view=diff
==============================================================================
--- mahout/trunk/buildtools/pom.xml (original)
+++ mahout/trunk/buildtools/pom.xml Fri Jul  5 23:12:04 2013
@@ -20,6 +20,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>9</version>
+  </parent>
+
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-buildtools</artifactId>
   <version>0.8-SNAPSHOT</version>