Hi,
> +1 to release! > > thetaphi@opteron:~$ JAVA_HOME=$HOME/jdk1.6.0_45 > JAVA6_HOME=$JAVA_HOME JAVA7_HOME=$HOME/jdk1.7.0_25 python3.2 > -u dev-tools/scripts/smokeTestRelease.py > 'http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/' > 1560866 4.6.1 ~/tmp/ > > SUCCESS! [1:44:56.197125] > > I also pointed my local Maven Config to the 2 maven folders (as separate, > file-based repository) and was able to compile some apps with 4.6.1 as > version number. FYI, this is how this could be done in your pom.xml: <repositories> <repository> <id>my-lucene</id> <name>Apache Lucene RC repo</name> <url>http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/solr/maven/</url> </repository> <repository> <id>my-solr</id> <name>Apache Solr RC repo</name> <url>http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/lucene/maven/</url> </repository> </repositories> Be sure to nuke those repos and delete the maven cache, too (especially if we respin!!!), once Lucene is released. BTW, it would be a lot easier, if Lucene+Solr would share the same maven target folder when building artifacts! Some directory layout on the staging website like: lucene/ solr/ maven/ Uwe > Smoke tester is happy! > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > > -----Original Message----- > > From: Adrien Grand [mailto:[email protected]] > > Sent: Friday, January 24, 2014 4:12 PM > > To: [email protected] > > Subject: Re: [VOTE] Release Lucene/Solr 4.6.1 RC4 > > > > +1 Smoketester is happy. > > > > On Fri, Jan 24, 2014 at 3:28 PM, Simon Willnauer > > <[email protected]> wrote: > > > +1 > > > > > > $ python3.2 -u dev-tools/scripts/smokeTestRelease.py > > > http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/ > > > 1560866 4.6.1 /tmp/smoke_test_4_6_1 > > > > > > ... > > > > > > SUCCESS! [0:59:34.337150] > > > > > > > > > On Fri, Jan 24, 2014 at 12:03 PM, Michael McCandless > > > <[email protected]> wrote: > > >> +1 > > >> > > >> SUCCESS! [0:38:05.694111] > > >> > > >> Mike McCandless > > >> > > >> http://blog.mikemccandless.com > > >> > > >> > > >> On Fri, Jan 24, 2014 at 1:26 AM, Robert Muir <[email protected]> > wrote: > > >>> +1 > > >>> > > >>> Please pay close attention to Mark's followup email! > > >>> > > >>> Load release URL > > >>> > > "http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/"... > > >>> ... > > >>> SUCCESS! [0:38:51.100830] > > >>> > > >>> > > >>> > > >>> On Thu, Jan 23, 2014 at 10:26 PM, Mark Miller > > >>> <[email protected]> > > wrote: > > >>>> > > >>>> Sorry - watch out for that link - I’m seeing the text correctly, > > >>>> but the underlying link incorrectly when I look at it in my send > > >>>> folder. The evils of html mail I guess. > > >>>> > > >>>> To be sure you have the right artifacts, make sure you are > > >>>> looking at the following location: > > >>>> > > >>>> http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/ > > >>>> > > >>>> - Mark > > >>>> > > >>>> On Jan 23, 2014, at 9:57 PM, Mark Miller <[email protected]> > > wrote: > > >>>> > > >>>> Here we go, hopefully for that last time now…thanks everyone for > > >>>> bearing with us. > > >>>> > > >>>> Please vote to release the following artifacts: > > >>>> > > >>>> http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/ > > >>>> > > >>>> Here is my +1. > > >>>> > > >>>> SUCCESS! [0:56:37.409716] > > >>>> > > >>>> -- > > >>>> - Mark > > >>>> > > >>>> > > >>> > > >> > > >> ------------------------------------------------------------------- > > >> -- To unsubscribe, e-mail: [email protected] For > > >> additional commands, e-mail: [email protected] > > >> > > > > > > -------------------------------------------------------------------- > > > - To unsubscribe, e-mail: [email protected] For > > > additional commands, e-mail: [email protected] > > > > > > > > > > > -- > > Adrien > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > > additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
