You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2011/04/06 11:30:23 UTC

svn commit: r1089373 - in /uima/sandbox/trunk: AlchemyAPIAnnotator/pom.xml addons-osgi-runtime/pom.xml

Author: tommaso
Date: Wed Apr  6 09:30:22 2011
New Revision: 1089373

URL: http://svn.apache.org/viewvc?rev=1089373&view=rev
Log:
[UIMA-2109] - update some plugins versions for alchemy-annotator and updated maven-bundle-plugin for addons-osgi-runtime

Modified:
    uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml
    uima/sandbox/trunk/addons-osgi-runtime/pom.xml

Modified: uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml?rev=1089373&r1=1089372&r2=1089373&view=diff
==============================================================================
--- uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml Wed Apr  6 09:30:22 2011
@@ -118,13 +118,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.3.1</version>
       </plugin>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
       </plugin>
 
       <plugin>
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <configuration>
           <type>range</type>
           <range>60</range>
@@ -152,13 +152,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.8</version>
       </plugin>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
         <configuration>
           <issueLinkTemplate>%URL%/detail?id=%ISSUE%</issueLinkTemplate>
         </configuration>

Modified: uima/sandbox/trunk/addons-osgi-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/pom.xml?rev=1089373&r1=1089372&r2=1089373&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/pom.xml Wed Apr  6 09:30:22 2011
@@ -61,7 +61,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.1.0</version>
+          <version>2.3.4</version>
           <extensions>true</extensions>
           <configuration>
             <manifestLocation>META-INF</manifestLocation>