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/09/09 17:29:18 UTC

svn commit: r1760087 - /uima/uimaj/trunk/uimaj-ep-launcher/pom.xml

Author: schor
Date: Fri Sep  9 17:29:18 2016
New Revision: 1760087

URL: http://svn.apache.org/viewvc?rev=1760087&view=rev
Log:
no jira - remove temporary experiment with different versions of felix bundle plugin, use just the standard version all other projects use

Modified:
    uima/uimaj/trunk/uimaj-ep-launcher/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-launcher/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher/pom.xml?rev=1760087&r1=1760086&r2=1760087&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-launcher/pom.xml Fri Sep  9 17:29:18 2016
@@ -193,9 +193,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.5.0</version> <!-- get a manifest error with v 2.3.7 
-                                      but changing the parent pom to 2.5.0 causes 
-                                      error - default pkg '.' not permitted, o.a.u.cas.impl -->
         <configuration>
           <instructions>
             <!-- turn off "uses" generation because Eclipse 3.2.x doesn't work with them -->