You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Mark Miller <ma...@gmail.com> on 2014/01/24 03:57:21 UTC

[VOTE] Release Lucene/Solr 4.6.1 RC4

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

Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Simon Willnauer <si...@gmail.com>.
I guess this vote passed!

On Sat, Jan 25, 2014 at 1:15 AM, Andi Vajda <va...@osafoundation.org> wrote:
>
> On Thu, 23 Jan 2014, Mark Miller 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.
>
>
> +1
>
> PyLucene built from branch_4x's rev 1560866 passes all its tests.
>
> Andi..
>
>>
>> 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 <ma...@gmail.com> 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Andi Vajda <va...@osafoundation.org>.
On Thu, 23 Jan 2014, Mark Miller 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.

+1

PyLucene built from branch_4x's rev 1560866 passes all its tests.

Andi..

>
> 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 <ma...@gmail.com> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
+1 for http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/

SUCCESS! [1:09:59.249629]

On Fri, Jan 24, 2014 at 8:56 AM, Mark Miller <ma...@gmail.com> 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 <ma...@gmail.com> 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
>
>



-- 
Regards,
Shalin Shekhar Mangar.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Uwe Schindler <uw...@thetaphi.de>.
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: uwe@thetaphi.de
> 
> 
> > -----Original Message-----
> > From: Adrien Grand [mailto:jpountz@gmail.com]
> > Sent: Friday, January 24, 2014 4:12 PM
> > To: dev@lucene.apache.org
> > 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
> > <si...@gmail.com> 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
> > > <lu...@mikemccandless.com> wrote:
> > >> +1
> > >>
> > >> SUCCESS! [0:38:05.694111]
> > >>
> > >> Mike McCandless
> > >>
> > >> http://blog.mikemccandless.com
> > >>
> > >>
> > >> On Fri, Jan 24, 2014 at 1:26 AM, Robert Muir <rc...@gmail.com>
> 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
> > >>> <ma...@gmail.com>
> > 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 <ma...@gmail.com>
> > 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: dev-unsubscribe@lucene.apache.org For
> > >> additional commands, e-mail: dev-help@lucene.apache.org
> > >>
> > >
> > > --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> > > additional commands, e-mail: dev-help@lucene.apache.org
> > >
> >
> >
> >
> > --
> > Adrien
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> > additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Uwe Schindler <uw...@thetaphi.de>.
+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.

Smoke tester is happy!

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Adrien Grand [mailto:jpountz@gmail.com]
> Sent: Friday, January 24, 2014 4:12 PM
> To: dev@lucene.apache.org
> 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
> <si...@gmail.com> 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
> > <lu...@mikemccandless.com> wrote:
> >> +1
> >>
> >> SUCCESS! [0:38:05.694111]
> >>
> >> Mike McCandless
> >>
> >> http://blog.mikemccandless.com
> >>
> >>
> >> On Fri, Jan 24, 2014 at 1:26 AM, Robert Muir <rc...@gmail.com> 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 <ma...@gmail.com>
> 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 <ma...@gmail.com>
> 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: dev-unsubscribe@lucene.apache.org For
> >> additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> > additional commands, e-mail: dev-help@lucene.apache.org
> >
> 
> 
> 
> --
> Adrien
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Adrien Grand <jp...@gmail.com>.
+1 Smoketester is happy.

On Fri, Jan 24, 2014 at 3:28 PM, Simon Willnauer
<si...@gmail.com> 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
> <lu...@mikemccandless.com> wrote:
>> +1
>>
>> SUCCESS! [0:38:05.694111]
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Fri, Jan 24, 2014 at 1:26 AM, Robert Muir <rc...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@gmail.com> 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: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Simon Willnauer <si...@gmail.com>.
+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
<lu...@mikemccandless.com> wrote:
> +1
>
> SUCCESS! [0:38:05.694111]
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Fri, Jan 24, 2014 at 1:26 AM, Robert Muir <rc...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@gmail.com> 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Michael McCandless <lu...@mikemccandless.com>.
+1

SUCCESS! [0:38:05.694111]

Mike McCandless

http://blog.mikemccandless.com


On Fri, Jan 24, 2014 at 1:26 AM, Robert Muir <rc...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@gmail.com> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Robert Muir <rc...@gmail.com>.
+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 <ma...@gmail.com> 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 <ma...@gmail.com> 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/<http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560491/>
>
> Here is my +1.
>
> SUCCESS! [0:56:37.409716]
>
> --
> - Mark
>
>
>

Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Mark Miller <ma...@gmail.com>.
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 <ma...@gmail.com> 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


Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Mark Miller <ma...@gmail.com>.
Thanks everyone for voting. It’s been 72 hours, the vote has passed.

- Mark

http://about.me/markrmiller

On Jan 23, 2014, at 9:57 PM, Mark Miller <ma...@gmail.com> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Release Lucene/Solr 4.6.1 RC4

Posted by Steve Rowe <sa...@gmail.com>.
+1 for http://people.apache.org/~markrmiller/lucene_solr_4_6_1r1560866/ 

SUCCESS! [0:51:01.553003]

Docs, changes and javadocs look good.

Steve

On Jan 23, 2014, at 9:57 PM, Mark Miller <ma...@gmail.com> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org