LUCENE-3149 -- fix maven-dist

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-06-02 13:42:55 +00:00
parent 31fca6e58b
commit 50fb06de1a
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ are part of the ICU4C package. See http://site.icu-project.org/ </echo>
<target name="dist-maven" depends="contrib-build.dist-maven"> <target name="dist-maven" depends="contrib-build.dist-maven">
<m2-deploy-with-pom-template pom.xml="lib/lucene-icu4j-pom.xml.template" <m2-deploy-with-pom-template pom.xml="lib/lucene-icu4j-pom.xml.template"
jar.file="lib/icu4j-4_6.jar" /> jar.file="lib/icu4j-4_8.jar" />
</target> </target>
<target name="javadocs" depends="compile-core"> <target name="javadocs" depends="compile-core">