You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@any23.apache.org by Lewis John Mcgibbney <le...@gmail.com> on 2014/10/17 02:02:32 UTC

[VOTE] Release Apache Any23 1.1

Evening Folks,

I would like to open a VOTE on the following Apache Any23 1.1 release
candidate.

We solved a number of issues which can be seen in our release report:
http://s.apache.org/any231.1

Git source tag signature (4d5a022f71d2199c2d2cf83f4c51397249973052):
http://s.apache.org/any231.1tag

Staging repo:
https://repository.apache.org/content/repositories/orgapacheany23-1001/

Staging binaries:
https://dist.apache.org/repos/dist/dev/any23/1.1/

PGP release keys (signed using 48BAEBF6 Lewis John McGibbney (CODE SIGNING
KEY) <le...@apache.org>):
http://any23.apache.org/dist/KEYS

I would like to say thank you to everyone that contributed to this minor
release of Any23.
Vote will be open for 72 hours.

[ ] +1, let's get it ruuuumbleeeeee!!!
[ ] +/-0, fine, but consider to fix few issues before...
[ ] -1, nope, because... (and please explain why)


p.s. here is my +1

-- 
*Lewis*

Re: [VOTE] Release Apache Any23 1.1

Posted by Andy Seaborne <an...@apache.org>.
A problem - formal source does not build as per the README instructions.

Presumably a README failure.

What's the build magic?

On 17/10/14 01:02, Lewis John Mcgibbney wrote:
> Evening Folks,
>
> I would like to open a VOTE on the following Apache Any23 1.1 release
> candidate.
>
> We solved a number of issues which can be seen in our release report:
> http://s.apache.org/any231.1

No changes in dependencies.

>
> Git source tag signature (4d5a022f71d2199c2d2cf83f4c51397249973052):
> http://s.apache.org/any231.1tag
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapacheany23-1001/
>
> Staging binaries:
> https://dist.apache.org/repos/dist/dev/any23/1.1/
>
> PGP release keys (signed using 48BAEBF6 Lewis John McGibbney (CODE SIGNING
> KEY) <le...@apache.org>):
> http://any23.apache.org/dist/KEYS

Should be:
http://www.apache.org/dist/any23/KEYS

> I would like to say thank you to everyone that contributed to this minor
> release of Any23.
> Vote will be open for 72 hours.
>
> [ ] +1, let's get it ruuuumbleeeeee!!!
> [ ] +/-0, fine, but consider to fix few issues before...
> [ ] -1, nope, because... (and please explain why)

Building the source release fails.
http://people.apache.org/~andy/any23-build-log

-src.zip OK (sig, md5, sha1)

Unzipping and building :

README talks about trunk!!!


"""
     trunk$ mvn clean install
"""
mvn -s ../../s.xml clean install

This build fails in "Core"

http://people.apache.org/~andy/any23-build-log

[[ s.xml is...

<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 
http://maven.apache.org/xsd/settings-1.0.0.xsd"
	  xmlns="http://maven.apache.org/SETTINGS/1.0.0"
	  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

   <localRepository>/home/afs/tmp/REPO</localRepository>
</settings>
]]

The git HEAD fails in the same way.





Re: [VOTE] Release Apache Any23 1.1

Posted by Andy Seaborne <an...@apache.org>.
On 20/10/14 00:21, Lewis John Mcgibbney wrote:
> Is anyone else able to review this RC?

I'll try to find the time but currently I have a ToDo list of ToDo lists.

	Andy

> Thanks in advance folks
> Lewis
>
> On Thu, Oct 16, 2014 at 5:02 PM, Lewis John Mcgibbney <
> lewis.mcgibbney@gmail.com> wrote:
>
>> Evening Folks,
>>
>> I would like to open a VOTE on the following Apache Any23 1.1 release
>> candidate.
>>
>> We solved a number of issues which can be seen in our release report:
>> http://s.apache.org/any231.1
>>
>> Git source tag signature (4d5a022f71d2199c2d2cf83f4c51397249973052):
>> http://s.apache.org/any231.1tag
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/orgapacheany23-1001/
>>
>> Staging binaries:
>> https://dist.apache.org/repos/dist/dev/any23/1.1/
>>
>> PGP release keys (signed using 48BAEBF6 Lewis John McGibbney (CODE SIGNING
>> KEY) <le...@apache.org>):
>> http://any23.apache.org/dist/KEYS
>>
>> I would like to say thank you to everyone that contributed to this minor
>> release of Any23.
>> Vote will be open for 72 hours.
>>
>> [ ] +1, let's get it ruuuumbleeeeee!!!
>> [ ] +/-0, fine, but consider to fix few issues before...
>> [ ] -1, nope, because... (and please explain why)
>>
>>
>> p.s. here is my +1
>>
>> --
>> *Lewis*
>>
>
>
>


Re: [VOTE] Release Apache Any23 1.1

Posted by Andy Seaborne <an...@apache.org>.
Lewis,

 > Can anyone else please verify what results they get?

java7 vs java8.

With java8 it builds, if you skip tests.
With java7 it builds and the test runs.

If the release announcement explain this situation then I'm +1 on this 
release.

(I have some mutters about the whole tone of "source-release" as applied 
to java projects ... the users work with project- built jars. That's how 
the ecosystem works! So not specific to any23)

	Andy

------------------------------------

This is what I did (repeated this morning):

The full maven log is

http://people.apache.org/~andy/any23-build.log


Environment:
   Ubuntu 12:04
mvn -version ==>

Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 
2014-02-14T17:37:52+00:00)
Maven home: /home/afs/sys/apache-maven-3.2.1
Java version: 1.8.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-37-generic", arch: "amd64", family: 
"unix"

I also tried
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64

mvn --version ==>
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 
2014-02-14T17:37:52+00:00)
Maven home: /home/afs/sys/apache-maven-3.2.1
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-37-generic", arch: "amd64", family: 
"unix"

and it worked.

Process:
--------------
cp ~/.m2/settings-release.xml tmp/s.xml
cd ~/tmp
rm -rf REPO
mkdir REPO
wget 
https://dist.apache.org/repos/dist/dev/any23/1.1/apache-any23-1.1-src.zip
unzip -q apache-any23-1.1-src.zip
cd apache-any23-1.1-src
mvn -s ../s.xml install
# s.xml is the file already quoted below.

and it ends (edited to fit email):


Tests run: 390, Failures: 4, Errors: 0, Skipped: 10

[INFO] ---------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Any23 .............................. SUCCESS [ 37.112 s]
[INFO] Apache Any23 :: Base API .................. SUCCESS [ 12.841 s]
[INFO] Apache Any23 :: Test Resources ............ SUCCESS [  0.386 s]
[INFO] Apache Any23 :: NQuads Parser and Writer .. SUCCESS [  9.080 s]
[INFO] Apache Any23 :: CSV Utilities ............. SUCCESS [  2.530 s]
[INFO] Apache Any23 :: Mime Type Detection ........SUCCESS [ 39.570 s]
[INFO] Apache Any23 :: Encoding Detection .........SUCCESS [  0.484 s]
[INFO] Apache Any23 :: Core .......................FAILURE [ 53.310 s]
[INFO] Apache Any23 :: Plugins :: Basic Crawler ...SKIPPED
[INFO] Apache Any23 :: Plugins :: HTML Scraper ....SKIPPED
[INFO] Apache Any23 :: Plugins :: Office Scraper ..SKIPPED
[INFO] Apache Any23 :: Plugins :: Integration Test SKIPPED
[INFO] Apache Any23 :: Service ....................SKIPPED
-----------------------------------------
The full maven log is

http://people.apache.org/~andy/any23-build.log

A bit more more inline ...


On 23/10/14 19:15, Lewis John Mcgibbney wrote:
> Hi Andy,
> Thanks for reviewing the candidate
>
> On Mon, Oct 20, 2014 at 7:12 PM, <de...@any23.apache.org> wrote:
>
>>
>> A problem - formal source does not build as per the README instructions.
>>
>> Presumably a README failure.
>>
>> What's the build magic?
>>
>
> mvn install
>
> :)
>
> I've logged an issue for us to overhaul README.txt
>
> https://issues.apache.org/jira/browse/ANY23-243
>
>
>>
>> No changes in dependencies.
>>
>
> I don't quite understand this Andy Can you please elaborate?

(half-finished note overtaken by the unexpected build problem)

I have found that knowing whether there are dependency changes, and 
where, makes reviewing a release a little quicker.

>>
>> Should be:
>> http://www.apache.org/dist/any23/KEYS
>>
>
> ACK, the KEYS file you've mentioned at the above destination is where the
> most up-to-date file is kept. This includes the Key I signed the release
> with.

The other one is 404.

"any23.apache.org/dist/" looks odd.

>>
>> Building the source release fails.
>> http://people.apache.org/~andy/any23-build-log
>>
>> -src.zip OK (sig, md5, sha1)
>>
>> Unzipping and building :
>>
>> README talks about trunk!!!
>>
>
> Please see ANY23-243
>
>
>>
>> This build fails in "Core"
>>
>> http://people.apache.org/~andy/any23-build-log
>>
>> [[ s.xml is...
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>> http://maven.apache.org/xsd/settings-1.0.0.xsd"
>>            xmlns="http://maven.apache.org/SETTINGS/1.0.0"
>>            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>>
>>    <localRepository>/home/afs/tmp/REPO</localRepository>
>> </settings>
>> ]]
>>
>> The git HEAD fails in the same way.
>>
>
> I cannot reproduce these results Andy. We are also not producing these
> results in Jenkins
> https://builds.apache.org/view/A-D/view/Any23/job/Any23-trunk/
>
> Can anyone else please verify what results they get?
> Thank you
> Lewis
>


Re: [VOTE] Release Apache Any23 1.1

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi Andy,
Thanks for reviewing the candidate

On Mon, Oct 20, 2014 at 7:12 PM, <de...@any23.apache.org> wrote:

>
> A problem - formal source does not build as per the README instructions.
>
> Presumably a README failure.
>
> What's the build magic?
>

mvn install

:)

I've logged an issue for us to overhaul README.txt

https://issues.apache.org/jira/browse/ANY23-243


>
> No changes in dependencies.
>

I don't quite understand this Andy Can you please elaborate?


>
> Should be:
> http://www.apache.org/dist/any23/KEYS
>

ACK, the KEYS file you've mentioned at the above destination is where the
most up-to-date file is kept. This includes the Key I signed the release
with.


>
> Building the source release fails.
> http://people.apache.org/~andy/any23-build-log
>
> -src.zip OK (sig, md5, sha1)
>
> Unzipping and building :
>
> README talks about trunk!!!
>

Please see ANY23-243


>
> This build fails in "Core"
>
> http://people.apache.org/~andy/any23-build-log
>
> [[ s.xml is...
>
> <?xml version="1.0" encoding="UTF-8"?>
> <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
> http://maven.apache.org/xsd/settings-1.0.0.xsd"
>           xmlns="http://maven.apache.org/SETTINGS/1.0.0"
>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>
>   <localRepository>/home/afs/tmp/REPO</localRepository>
> </settings>
> ]]
>
> The git HEAD fails in the same way.
>

I cannot reproduce these results Andy. We are also not producing these
results in Jenkins
https://builds.apache.org/view/A-D/view/Any23/job/Any23-trunk/

Can anyone else please verify what results they get?
Thank you
Lewis

Re: [VOTE] Release Apache Any23 1.1

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Is anyone else able to review this RC?
Thanks in advance folks
Lewis

On Thu, Oct 16, 2014 at 5:02 PM, Lewis John Mcgibbney <
lewis.mcgibbney@gmail.com> wrote:

> Evening Folks,
>
> I would like to open a VOTE on the following Apache Any23 1.1 release
> candidate.
>
> We solved a number of issues which can be seen in our release report:
> http://s.apache.org/any231.1
>
> Git source tag signature (4d5a022f71d2199c2d2cf83f4c51397249973052):
> http://s.apache.org/any231.1tag
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapacheany23-1001/
>
> Staging binaries:
> https://dist.apache.org/repos/dist/dev/any23/1.1/
>
> PGP release keys (signed using 48BAEBF6 Lewis John McGibbney (CODE SIGNING
> KEY) <le...@apache.org>):
> http://any23.apache.org/dist/KEYS
>
> I would like to say thank you to everyone that contributed to this minor
> release of Any23.
> Vote will be open for 72 hours.
>
> [ ] +1, let's get it ruuuumbleeeeee!!!
> [ ] +/-0, fine, but consider to fix few issues before...
> [ ] -1, nope, because... (and please explain why)
>
>
> p.s. here is my +1
>
> --
> *Lewis*
>



-- 
*Lewis*

Re: [VOTE] Release Apache Any23 1.1

Posted by Chris Mattmann <ch...@gmail.com>.
Thanks Lewis, reviewed the src zip and tar.gz. All good, +1 from me
binding! Great work!

[chipotle:~/tmp/apache-any23-1.1-rc1] mattmann% $HOME/bin/stage_apache_rc
apache-any23 1.1-src https://dist.apache.org/repos/dist/dev/any23/1.1/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100 1403k  100 1403k    0     0   741k      0  0:00:01  0:00:01 --:--:--
740k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100   819  100   819    0     0   1583      0 --:--:-- --:--:-- --:--:--
1584
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100    32  100    32    0     0     61      0 --:--:-- --:--:-- --:--:--
 61
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100    40  100    40    0     0     86      0 --:--:-- --:--:-- --:--:--
 86
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100 2055k  100 2055k    0     0   782k      0  0:00:02  0:00:02 --:--:--
782k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100   819  100   819    0     0   1776      0 --:--:-- --:--:-- --:--:--
1780
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100    32  100    32    0     0     71      0 --:--:-- --:--:-- --:--:--
 71
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100    40  100    40    0     0     62      0 --:--:-- --:--:-- --:--:--
 62
[chipotle:~/tmp/apache-any23-1.1-rc1] mattmann% $HOME/bin/verify_gpg_sigs
Verifying Signature for file apache-any23-1.1-src.tar.gz.asc
gpg: Signature made Thu Oct 16 16:27:08 2014 PDT using RSA key ID 48BAEBF6
gpg: Good signature from "Lewis John McGibbney (CODE SIGNING KEY)
<le...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the
owner.
Primary key fingerprint: DB7B 5199 121C 08A5 C8F4  052B 3A47 17F0 48BA EBF6
Verifying Signature for file apache-any23-1.1-src.zip.asc
gpg: Signature made Thu Oct 16 16:27:08 2014 PDT using RSA key ID 48BAEBF6
gpg: Good signature from "Lewis John McGibbney (CODE SIGNING KEY)
<le...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the
owner.
Primary key fingerprint: DB7B 5199 121C 08A5 C8F4  052B 3A47 17F0 48BA EBF6
[chipotle:~/tmp/apache-any23-1.1-rc1] mattmann%
$HOME/bin/verify_md5_checksums
md5sum: stat '*.bz2': No such file or directory
md5sum: stat '*.tgz': No such file or directory
apache-any23-1.1-src.tar.gz: OK
apache-any23-1.1-src.zip: OK
[chipotle:~/tmp/apache-any23-1.1-rc1] mattmann%


------------------------
Chris Mattmann
chris.mattmann@gmail.com




-----Original Message-----
From: Lewis John Mcgibbney <le...@gmail.com>
Reply-To: <us...@any23.apache.org>
Date: Thursday, October 16, 2014 at 5:02 PM
To: "dev@any23.apache.org" <de...@any23.apache.org>, <us...@any23.apache.org>
Subject: [VOTE] Release Apache Any23 1.1

>Evening Folks,
>
>
>I would like to open a VOTE on the following Apache Any23 1.1 release
>candidate.
>
>We solved a number of issues which can be seen in our release report:
>http://s.apache.org/any231.1
>
>Git source tag signature (4d5a022f71d2199c2d2cf83f4c51397249973052):
>http://s.apache.org/any231.1tag
>
>Staging repo:
>https://repository.apache.org/content/repositories/orgapacheany23-1001/
>
>Staging binaries:
>https://dist.apache.org/repos/dist/dev/any23/1.1/
>
>PGP release keys (signed using 48BAEBF6 Lewis John McGibbney (CODE
>SIGNING KEY) <le...@apache.org>):
>http://any23.apache.org/dist/KEYS
>
>I would like to say thank you to everyone that contributed to this minor
>release of Any23. 
>Vote will be open for 72 hours.
>
>[ ] +1, let's get it ruuuumbleeeeee!!!
>[ ] +/-0, fine, but consider to fix few issues before...
>[ ] -1, nope, because... (and please explain why)
>
>
>
>p.s. here is my +1
>
>
>-- 
>Lewis 
>
>
>



Re: [VOTE] Release Apache Any23 1.1

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Is anyone else able to review this RC?
Thanks in advance folks
Lewis

On Thu, Oct 16, 2014 at 5:02 PM, Lewis John Mcgibbney <
lewis.mcgibbney@gmail.com> wrote:

> Evening Folks,
>
> I would like to open a VOTE on the following Apache Any23 1.1 release
> candidate.
>
> We solved a number of issues which can be seen in our release report:
> http://s.apache.org/any231.1
>
> Git source tag signature (4d5a022f71d2199c2d2cf83f4c51397249973052):
> http://s.apache.org/any231.1tag
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapacheany23-1001/
>
> Staging binaries:
> https://dist.apache.org/repos/dist/dev/any23/1.1/
>
> PGP release keys (signed using 48BAEBF6 Lewis John McGibbney (CODE SIGNING
> KEY) <le...@apache.org>):
> http://any23.apache.org/dist/KEYS
>
> I would like to say thank you to everyone that contributed to this minor
> release of Any23.
> Vote will be open for 72 hours.
>
> [ ] +1, let's get it ruuuumbleeeeee!!!
> [ ] +/-0, fine, but consider to fix few issues before...
> [ ] -1, nope, because... (and please explain why)
>
>
> p.s. here is my +1
>
> --
> *Lewis*
>



-- 
*Lewis*

Re: [VOTE] Release Apache Any23 1.1

Posted by Chris Mattmann <ch...@gmail.com>.
Thanks Lewis, reviewed the src zip and tar.gz. All good, +1 from me
binding! Great work!

[chipotle:~/tmp/apache-any23-1.1-rc1] mattmann% $HOME/bin/stage_apache_rc
apache-any23 1.1-src https://dist.apache.org/repos/dist/dev/any23/1.1/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100 1403k  100 1403k    0     0   741k      0  0:00:01  0:00:01 --:--:--
740k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100   819  100   819    0     0   1583      0 --:--:-- --:--:-- --:--:--
1584
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100    32  100    32    0     0     61      0 --:--:-- --:--:-- --:--:--
 61
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100    40  100    40    0     0     86      0 --:--:-- --:--:-- --:--:--
 86
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100 2055k  100 2055k    0     0   782k      0  0:00:02  0:00:02 --:--:--
782k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100   819  100   819    0     0   1776      0 --:--:-- --:--:-- --:--:--
1780
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100    32  100    32    0     0     71      0 --:--:-- --:--:-- --:--:--
 71
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100    40  100    40    0     0     62      0 --:--:-- --:--:-- --:--:--
 62
[chipotle:~/tmp/apache-any23-1.1-rc1] mattmann% $HOME/bin/verify_gpg_sigs
Verifying Signature for file apache-any23-1.1-src.tar.gz.asc
gpg: Signature made Thu Oct 16 16:27:08 2014 PDT using RSA key ID 48BAEBF6
gpg: Good signature from "Lewis John McGibbney (CODE SIGNING KEY)
<le...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the
owner.
Primary key fingerprint: DB7B 5199 121C 08A5 C8F4  052B 3A47 17F0 48BA EBF6
Verifying Signature for file apache-any23-1.1-src.zip.asc
gpg: Signature made Thu Oct 16 16:27:08 2014 PDT using RSA key ID 48BAEBF6
gpg: Good signature from "Lewis John McGibbney (CODE SIGNING KEY)
<le...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the
owner.
Primary key fingerprint: DB7B 5199 121C 08A5 C8F4  052B 3A47 17F0 48BA EBF6
[chipotle:~/tmp/apache-any23-1.1-rc1] mattmann%
$HOME/bin/verify_md5_checksums
md5sum: stat '*.bz2': No such file or directory
md5sum: stat '*.tgz': No such file or directory
apache-any23-1.1-src.tar.gz: OK
apache-any23-1.1-src.zip: OK
[chipotle:~/tmp/apache-any23-1.1-rc1] mattmann%


------------------------
Chris Mattmann
chris.mattmann@gmail.com




-----Original Message-----
From: Lewis John Mcgibbney <le...@gmail.com>
Reply-To: <us...@any23.apache.org>
Date: Thursday, October 16, 2014 at 5:02 PM
To: "dev@any23.apache.org" <de...@any23.apache.org>, <us...@any23.apache.org>
Subject: [VOTE] Release Apache Any23 1.1

>Evening Folks,
>
>
>I would like to open a VOTE on the following Apache Any23 1.1 release
>candidate.
>
>We solved a number of issues which can be seen in our release report:
>http://s.apache.org/any231.1
>
>Git source tag signature (4d5a022f71d2199c2d2cf83f4c51397249973052):
>http://s.apache.org/any231.1tag
>
>Staging repo:
>https://repository.apache.org/content/repositories/orgapacheany23-1001/
>
>Staging binaries:
>https://dist.apache.org/repos/dist/dev/any23/1.1/
>
>PGP release keys (signed using 48BAEBF6 Lewis John McGibbney (CODE
>SIGNING KEY) <le...@apache.org>):
>http://any23.apache.org/dist/KEYS
>
>I would like to say thank you to everyone that contributed to this minor
>release of Any23. 
>Vote will be open for 72 hours.
>
>[ ] +1, let's get it ruuuumbleeeeee!!!
>[ ] +/-0, fine, but consider to fix few issues before...
>[ ] -1, nope, because... (and please explain why)
>
>
>
>p.s. here is my +1
>
>
>-- 
>Lewis 
>
>
>