You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/06/07 19:40:41 UTC

svn commit: r952343 - /uima/build/trunk/parent-poms/pom.xml

Author: schor
Date: Mon Jun  7 17:40:41 2010
New Revision: 952343

URL: http://svn.apache.org/viewvc?rev=952343&view=rev
Log:
[UIMA-1806] don't include the uima-docbook-olink project in the aggregate - it is not released

Modified:
    uima/build/trunk/parent-poms/pom.xml

Modified: uima/build/trunk/parent-poms/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/pom.xml?rev=952343&r1=952342&r2=952343&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/pom.xml (original)
+++ uima/build/trunk/parent-poms/pom.xml Mon Jun  7 17:40:41 2010
@@ -61,7 +61,7 @@
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
-  
+    
   <modules>
     <module>parent-pom-top</module>
       <module>parent-pom-docbook</module>
@@ -74,7 +74,7 @@
         <module>parent-pom-annotator</module>
         <module>parent-pom-single-project</module>
     <module>../uima-build-helper-maven-plugin</module>
-    <module>../uima-docbook-olink</module>
+    <!--module>../uima-docbook-olink</module--> <!-- not released -->
     <module>../uima-docbook-resource-bundle</module>
     <module>../uima-jar-resource-bundle</module>
   </modules>