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 2017/01/19 15:30:06 UTC

svn commit: r1779480 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml

Author: schor
Date: Thu Jan 19 15:30:06 2017
New Revision: 1779480

URL: http://svn.apache.org/viewvc?rev=1779480&view=rev
Log:
[UIMA-5264] missed updating the bundle default to 2.3.7 version in parent pom

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

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml?rev=1779480&r1=1779479&r2=1779480&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml Thu Jan 19 15:30:06 2017
@@ -260,7 +260,9 @@
           <!-- version 2.3.7 failing in some projects  -->  <!-- doesnt support java 8 -->
              <!-- currently only overridden in uimaj-ep-configuration because otherwise, that is excluded from 
                   update site plugins/ folder -->
-          <version>3.0.1</version>        
+          <!--  version>3.0.1</version causes 2 plugins to go missing when FeaturesAndBundlesPublisher runs -->
+          <version>2.3.7</version> <!-- override to 3.0.1 just in those 2-3 projects that require it --> 
+                  
         </plugin>
         
         <plugin>