You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/02/05 10:47:21 UTC

svn commit: r1442520 - /uima/sandbox/textmarker/trunk/pom.xml

Author: pkluegl
Date: Tue Feb  5 09:47:21 2013
New Revision: 1442520

URL: http://svn.apache.org/viewvc?rev=1442520&view=rev
Log:
[UIMA-2621]
- added parent to modules

Modified:
    uima/sandbox/textmarker/trunk/pom.xml

Modified: uima/sandbox/textmarker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/pom.xml?rev=1442520&r1=1442519&r2=1442520&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/pom.xml Tue Feb  5 09:47:21 2013
@@ -46,6 +46,7 @@
 
 
   <modules>
+    <module>textmarker-parent</module>
     <module>textmarker-core</module>
 
     <module>textmarker-ep-engine</module>