You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2010/08/12 15:51:41 UTC

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

Author: yonik
Date: Thu Aug 12 13:51:41 2010
New Revision: 984776

URL: http://svn.apache.org/viewvc?rev=984776&view=rev
Log:
SOLR-2041: fix commons-csv name in build.xml for maven

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=984776&r1=984775&r2=984776&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Thu Aug 12 13:51:41 2010
@@ -860,7 +860,7 @@
 
       <!-- ========== SOLR SPECIFIC COMMONS CSV ========== -->
       <m2-deploy  pom.xml="lib/solr-commons-csv-pom.xml.template"
-                  jar.file="lib/commons-csv-1.0-SNAPSHOT-r609327.jar" />
+                  jar.file="lib/commons-csv-1.0-SNAPSHOT-r966014.jar" />
 
       <!-- ========== SOLR ARTIFACTS ========== -->