You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2009/05/22 18:18:28 UTC

svn commit: r777598 - /lucene/tika/trunk/pom.xml

Author: jukka
Date: Fri May 22 16:18:28 2009
New Revision: 777598

URL: http://svn.apache.org/viewvc?rev=777598&view=rev
Log:
TIKA-230: Add the parent POM to the multimodule build

Modified:
    lucene/tika/trunk/pom.xml

Modified: lucene/tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/pom.xml?rev=777598&r1=777597&r2=777598&view=diff
==============================================================================
--- lucene/tika/trunk/pom.xml (original)
+++ lucene/tika/trunk/pom.xml Fri May 22 16:18:28 2009
@@ -175,6 +175,7 @@
   </scm>
 
   <modules>
+    <module>tika-parent</module>
     <module>tika-core</module>
     <module>tika-parsers</module>
     <module>tika-app</module>