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:04:26 UTC

svn commit: r1298193 - /lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Wed Mar  7 23:04:25 2012
New Revision: 1298193

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

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

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template?rev=1298193&r1=1298192&r2=1298193&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template Wed Mar  7 23:04:25 2012
@@ -649,7 +649,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>