Thanks Ryan - I missed this :) - I only ran "mvn install" and not "ant generate-maven-artifacts" before committing the grandparent POM change...
> -----Original Message----- > From: r...@apache.org [mailto:r...@apache.org] > Sent: Thursday, June 02, 2011 9:43 AM > To: comm...@lucene.apache.org > Subject: svn commit: r1130547 - > /lucene/dev/trunk/modules/analysis/icu/build.xml > > Author: ryan > Date: Thu Jun 2 13:42:55 2011 > New Revision: 1130547 > > URL: http://svn.apache.org/viewvc?rev=1130547&view=rev > Log: > LUCENE-3149 -- fix maven-dist > > Modified: > lucene/dev/trunk/modules/analysis/icu/build.xml > > Modified: lucene/dev/trunk/modules/analysis/icu/build.xml > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/modules/analysis/icu/build. > xml?rev=1130547&r1=1130546&r2=1130547&view=diff > ========================================================================= > ===== > --- lucene/dev/trunk/modules/analysis/icu/build.xml (original) > +++ lucene/dev/trunk/modules/analysis/icu/build.xml Thu Jun 2 13:42:55 > 2011 > @@ -135,7 +135,7 @@ are part of the ICU4C package. See http: > > <target name="dist-maven" depends="contrib-build.dist-maven"> > <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 name="javadocs" depends="compile-core"> >