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 2012/06/11 16:07:11 UTC

svn commit: r1348856 - /uima/addons/trunk/Solrcas/pom.xml

Author: tommaso
Date: Mon Jun 11 14:07:11 2012
New Revision: 1348856

URL: http://svn.apache.org/viewvc?rev=1348856&view=rev
Log:
[UIMA-2420] - update Solrcas Solr version to 3.6

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

Modified: uima/addons/trunk/Solrcas/pom.xml
URL: http://svn.apache.org/viewvc/uima/addons/trunk/Solrcas/pom.xml?rev=1348856&r1=1348855&r2=1348856&view=diff
==============================================================================
--- uima/addons/trunk/Solrcas/pom.xml (original)
+++ uima/addons/trunk/Solrcas/pom.xml Mon Jun 11 14:07:11 2012
@@ -80,13 +80,13 @@
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-core</artifactId>
-      <version>3.1.0</version>
+      <version>3.6.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-solrj</artifactId>
-      <version>3.1.0</version>
+      <version>3.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>