You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ry...@apache.org on 2010/08/23 22:55:59 UTC

svn commit: r988311 - /lucene/dev/trunk/solr/build.xml

Author: ryan
Date: Mon Aug 23 20:55:59 2010
New Revision: 988311

URL: http://svn.apache.org/viewvc?rev=988311&view=rev
Log:
ant task was deploying wrong version of noggit

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=988311&r1=988310&r2=988311&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Mon Aug 23 20:55:59 2010
@@ -865,7 +865,7 @@
       <!-- ========== SOLR ARTIFACTS ========== -->
 
       <m2-deploy  pom.xml="lib/apache-solr-noggit-pom.xml.template"
-                 jar.file="lib/apache-solr-noggit-r730138.jar" />
+                 jar.file="lib/apache-solr-noggit-r944541.jar" />
 
       <m2-deploy pom.xml="contrib/dataimporthandler/solr-dataimporthandler-pom.xml.template"
                  jar.file="${dist}/apache-solr-dataimporthandler-${version}.jar">