You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by rf...@apache.org on 2011/11/27 15:42:29 UTC

svn commit: r1206742 - /incubator/droids/trunk/droids-solr/pom.xml

Author: rfrovarp
Date: Sun Nov 27 15:42:28 2011
New Revision: 1206742

URL: http://svn.apache.org/viewvc?rev=1206742&view=rev
Log:
And now that I've read my email, I see that there is a new version of Solr announced this morning. Use that one

Modified:
    incubator/droids/trunk/droids-solr/pom.xml

Modified: incubator/droids/trunk/droids-solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-solr/pom.xml?rev=1206742&r1=1206741&r2=1206742&view=diff
==============================================================================
--- incubator/droids/trunk/droids-solr/pom.xml (original)
+++ incubator/droids/trunk/droids-solr/pom.xml Sun Nov 27 15:42:28 2011
@@ -41,12 +41,12 @@
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-solrj</artifactId>
-      <version>3.4.0</version>
+      <version>3.5.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-core</artifactId>
-      <version>3.4.0</version>
+      <version>3.5.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>