SOLR-3204: Maven configuration: fix source file name for the solr-common-csv artifact.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-03-07 23:03:56 +00:00
parent a7550f999a
commit 2510af4a99
1 changed files with 1 additions and 1 deletions

View File

@ -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>