You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/03/08 00:03:57 UTC

svn commit: r1298192 - /lucene/dev/trunk/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Wed Mar  7 23:03:56 2012
New Revision: 1298192

URL: http://svn.apache.org/viewvc?rev=1298192&view=rev
Log:
SOLR-3204: Maven configuration: fix source file name for the solr-common-csv artifact.

Modified:
    lucene/dev/trunk/dev-tools/maven/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1298192&r1=1298191&r2=1298192&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Wed Mar  7 23:03:56 2012
@@ -631,7 +631,7 @@
                   <artifactId>solr-commons-csv</artifactId>
                   <version>${project.version}</version>
                   <packaging>jar</packaging>
-                  <file>solr/lib/commons-csv-1.0-SNAPSHOT-r966014.jar</file>
+                  <file>solr/lib/apache-solr-commons-csv-1.0-SNAPSHOT-r966014.jar</file>
                 </configuration>  
               </execution>
               <execution>