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 2016/08/29 21:18:23 UTC

svn commit: r1758303 - /uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml

Author: schor
Date: Mon Aug 29 21:18:23 2016
New Revision: 1758303

URL: http://svn.apache.org/viewvc?rev=1758303&view=rev
Log:
no Jira - fix rename of migration to v3 jcas project

Modified:
    uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml?rev=1758303&r1=1758302&r2=1758303&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml Mon Aug 29 21:18:23 2016
@@ -59,7 +59,6 @@
   
   <modules>
     <module>../uimaj-core</module>
-    <module>../uimaj-jcas</module>
     <module>../uimaj-cpe</module>
     <module>../uimaj-examples</module>
     <module>../uimaj-tools</module>
@@ -74,6 +73,7 @@
     <module>../uimaj-document-annotation</module>
     <module>../PearPackagingMavenPlugin</module>
     <module>../jcasgen-maven-plugin</module>
+    <module>../uimaj-v3migration-jcas</module>
     <!-- the internal tools project is not part of any release 
          and can't be built automatically - to build it,
          cd to the project directory and do mvn install -->