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:42:03 UTC

svn commit: r1089375 - /uima/sandbox/trunk/Solrcas/pom.xml

Author: tommaso
Date: Wed Apr  6 09:42:03 2011
New Revision: 1089375

URL: http://svn.apache.org/viewvc?rev=1089375&view=rev
Log:
[UIMA-2109] - switch Solr version used in Solrcas to 3.1.0

Modified:
    uima/sandbox/trunk/Solrcas/pom.xml

Modified: uima/sandbox/trunk/Solrcas/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Solrcas/pom.xml?rev=1089375&r1=1089374&r2=1089375&view=diff
==============================================================================
--- uima/sandbox/trunk/Solrcas/pom.xml (original)
+++ uima/sandbox/trunk/Solrcas/pom.xml Wed Apr  6 09:42:03 2011
@@ -75,24 +75,24 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.5</version>
+      <version>4.8.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-core</artifactId>
-      <version>1.4.1</version>
+      <version>3.1.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-solrj</artifactId>
-      <version>1.4.1</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.5.5</version>
+      <version>1.6.1</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>