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 02:43:26 UTC

svn commit: r1779412 - in /uima/uimaj/branches/experiment-v3-jcas: uimaj-ep-configurator/pom.xml uimaj-ep-jcasgen/pom.xml uimaj-ep-launcher/pom.xml uimaj-ep-runtime/pom.xml

Author: schor
Date: Thu Jan 19 02:43:25 2017
New Revision: 1779412

URL: http://svn.apache.org/viewvc?rev=1779412&view=rev
Log:
[UIMA-5264][UIMA-5265]tweak versions of bundle plugin to make Eclipse build work.  Change artifact name - drop alpha or beta

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml?rev=1779412&r1=1779411&r2=1779412&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml Thu Jan 19 02:43:25 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.0-beta-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -296,7 +296,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.3.7</version> <!-- using 3.0.1 causes the subsequent update site generation to skip this plugin for unknown reasons -->
         <configuration>
           <manifestLocation>META-INF</manifestLocation>
           <instructions>

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml?rev=1779412&r1=1779411&r2=1779412&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml Thu Jan 19 02:43:25 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.0-beta-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -201,6 +201,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.7</version> <!-- using 3.0.1 causes the subsequent update site generation to skip this plugin for unknown reasons -->
         <configuration>
           <instructions>
             <!-- turn off "uses" generation because Eclipse 3.2.x doesn't work with them -->

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml?rev=1779412&r1=1779411&r2=1779412&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml Thu Jan 19 02:43:25 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.0-beta-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -213,6 +213,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>3.0.1</version>  <!-- override 2.3.7 - getting unresolved refs to some dependencies, fixed by 3.0.1 -->
         <configuration>
           <manifestLocation>META-INF</manifestLocation>
           <instructions>

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml?rev=1779412&r1=1779411&r2=1779412&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml Thu Jan 19 02:43:25 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.0-beta-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -120,6 +120,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>3.0.1</version> <!-- 2.3.7 throws array out of bounds looking for runtime class file version (is v 8) -->
         <executions>
           <execution>
             <id>uima-bundle</id>