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/19 12:08:20 UTC

svn commit: r1094990 - /uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml

Author: tommaso
Date: Tue Apr 19 10:08:20 2011
New Revision: 1094990

URL: http://svn.apache.org/viewvc?rev=1094990&view=rev
Log:
[UIMA-2126] - migrated Lucas-osgi to 2.9.3 Lucene version

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

Modified: uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml?rev=1094990&r1=1094989&r2=1094990&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/Lucas-osgi/pom.xml Tue Apr 19 10:08:20 2011
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-core</artifactId>
-      <version>2.4.1</version>
+      <version>2.9.3</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
@@ -50,17 +50,17 @@
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-snowball</artifactId>
-      <version>2.4.1</version>
+      <version>2.9.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-memory</artifactId>
-      <version>2.4.1</version>
+      <version>2.9.3</version>
     </dependency>
     <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-highlighter</artifactId>
-        <version>2.4.1</version>
+        <version>2.9.3</version>
     </dependency>
     <dependency>
       <groupId>com.google.collections</groupId>