Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-22 Thread Milos Kleint
The central repository shall now contain correct checksums for all 1.8
plexus-compiler* artifacts. Sorry for the trouble.

Milos

On Wed, Apr 21, 2010 at 2:11 AM, Brett Porter br...@apache.org wrote:

 Hi Milos,

 I'm not sure if you did the plexus-compiler release in conjunction with
 this or if that was someone else, but the checksums for it are incorrect
 (see users@ today for those using The 2.3 release).

 Do you know what happened? If the JARs are correct maybe we can just fix
 the checksums on Codehaus' repo?

 - Brett

 On 06/04/2010, at 4:26 PM, Milos Kleint wrote:

  oups, you are right, sorry about that.
  I was checking against
 http://people.apache.org/~jim/projects.html#maven-pmc and your name showed
 up but I missed that it showed in maven but not maven-pmc. Same applies to
 Nicolas.
  The correct result is
 
  +1 (binding): Milos Kleint,, John Casey, Olivier Lamy
  +1 (non binding): Tony Chemit, Nicolas de Loof, Stephen Connolly
 
  Milos
 
  On Tue, Apr 6, 2010 at 8:10 AM, Stephen Connolly 
 stephen.alan.conno...@gmail.com wrote:
  Eh, small correction to that vote
 
  AFAIK I am not on the PMC, so my vote AFAIK is non-binding
 
  -Stephen
 
  On 5 April 2010 19:35, Milos Kleint mkle...@gmail.com wrote:
 
   The vote has passed with the following result :
  
   +1 (binding): Milos Kleint, Stephen Connolly, John Casey, Nicolas de
   Loof, Olivier Lamy
   +1 (non binding): Tony Chemit
  
   I will promote the artifacts to the central repo.
  
  
  
   Milos Kleint
  
  
  
   On Tue, Mar 30, 2010 at 11:54 AM, Milos Kleint mkle...@gmail.com
 wrote:
  
Hi,
   
We solved 6 issues:
   
   
  
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130version=16097
   
Staging repo:
https://repository.apache.org/content/repositories/maven-00
   https://repository.apache.org/content/repositories/maven-008/
3
   
Staging site (sync pending):
http://maven.apache.org/plugins/maven-compiler-plugin-
   http://maven.apache.org/plugins/maven-shade-plugin-1.3.2/
2.2
   
Guide to testing staged releases:
   
 http://maven.apache.org/guides/development/guide-testing-releases.html
   
Vote open for 72 hours.
   
[ ] +1
[ ] +0
[ ] -1
   
+1 from me
   
   
Milos
  
 

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/







Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Brett Porter

On 21/04/2010, at 3:40 PM, Milos Kleint wrote:

 hmm... I did the plexus compiler release indeed. No idea how the checksums
 became broken. I've done the regular release:prepare, release:perform combo.
 I can't recall any problems with the process. I specifically double checked
 that there are gpg signatures, but assumed checksums are correct. They never
 been broken for me before.

Did you use Maven 2.1.0, Maven 2.2.0, or the httpclient wagon perhaps?

 
 What do we do now?

If the signatures are intact, then we can say the artifacts are and you could 
upload corrected checksums. Let me know if you need any help.

- Brett

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Milos Kleint
On Wed, Apr 21, 2010 at 8:41 AM, Brett Porter br...@apache.org wrote:


 On 21/04/2010, at 3:40 PM, Milos Kleint wrote:

  hmm... I did the plexus compiler release indeed. No idea how the
 checksums
  became broken. I've done the regular release:prepare, release:perform
 combo.
  I can't recall any problems with the process. I specifically double
 checked
  that there are gpg signatures, but assumed checksums are correct. They
 never
  been broken for me before.

 Did you use Maven 2.1.0, Maven 2.2.0, or the httpclient wagon perhaps?


Not sure, I would say 2.2.x. I don't have the computer anymore where I did
the release.



 
  What do we do now?

 If the signatures are intact, then we can say the artifacts are and you
 could upload corrected checksums. Let me know if you need any help.


gpg --verify plexus-compiler-javac-1.8.jar.asc
gpg --verify plexus-compiler-javac-1.8.pom.asc
both say
gpg: Signature made Tue Mar 30 00:28:04 2010 CEST using RSA key ID B0874707
gpg: Good signature from Milos Kleint mkle...@apache.org

How do I recreate and reupload the correct checksums?

thanks.

Milos



 - Brett

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/





 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org




Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Brett Porter

On 21/04/2010, at 5:14 PM, Milos Kleint wrote:

 gpg --verify plexus-compiler-javac-1.8.jar.asc
 gpg --verify plexus-compiler-javac-1.8.pom.asc
 both say
 gpg: Signature made Tue Mar 30 00:28:04 2010 CEST using RSA key ID B0874707
 gpg: Good signature from Milos Kleint mkle...@apache.org
 
 How do I recreate and reupload the correct checksums?

openssl md5 FILENAME FILENAME.md5
openssl sha1 FILENAME FILENAME.sha1

(feel free to edit to just be the checksum)

Then use webdav to put them onto the codehaus repository. After they are 
correct, we can re-sync to central.

- Brett

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Milos Kleint
On Wed, Apr 21, 2010 at 9:32 AM, Brett Porter br...@apache.org wrote:


 On 21/04/2010, at 5:14 PM, Milos Kleint wrote:

  gpg --verify plexus-compiler-javac-1.8.jar.asc
  gpg --verify plexus-compiler-javac-1.8.pom.asc
  both say
  gpg: Signature made Tue Mar 30 00:28:04 2010 CEST using RSA key ID
 B0874707
  gpg: Good signature from Milos Kleint mkle...@apache.org
 
  How do I recreate and reupload the correct checksums?

 openssl md5 FILENAME FILENAME.md5
 openssl sha1 FILENAME FILENAME.sha1

 (feel free to edit to just be the checksum)

 Then use webdav to put them onto the codehaus repository. After they are
 correct, we can re-sync to central.


well, plexus-compiler artifacts are no longer deployed to r.c.o but to
http://oss.sonatype.org/service/local/staging/deploy/maven2/



Milos



 - Brett

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/





 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org




Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Jörg Schaible
Brett Porter wrote:

 
 On 21/04/2010, at 5:14 PM, Milos Kleint wrote:
 
 gpg --verify plexus-compiler-javac-1.8.jar.asc
 gpg --verify plexus-compiler-javac-1.8.pom.asc
 both say
 gpg: Signature made Tue Mar 30 00:28:04 2010 CEST using RSA key ID
 B0874707 gpg: Good signature from Milos Kleint mkle...@apache.org
 
 How do I recreate and reupload the correct checksums?
 
 openssl md5 FILENAME FILENAME.md5
 openssl sha1 FILENAME FILENAME.sha1
 
 (feel free to edit to just be the checksum)

Just a tip: I always use a small bash function that creates these like wagon 
itself:

function mvnsum()
{ 
  for z in $@; do 
md5sum $z | cut -f 1 -d ' ' | tr -d '\n\r'  $z.md5
sha1sum $z | cut -f 1 -d ' ' | tr -d '\n\r'  $z.sha1
  done 
}

- Jörg


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Brett Porter

On 21/04/2010, at 5:59 PM, Milos Kleint wrote:

 On Wed, Apr 21, 2010 at 9:32 AM, Brett Porter br...@apache.org wrote:
 
 
 On 21/04/2010, at 5:14 PM, Milos Kleint wrote:
 
 gpg --verify plexus-compiler-javac-1.8.jar.asc
 gpg --verify plexus-compiler-javac-1.8.pom.asc
 both say
 gpg: Signature made Tue Mar 30 00:28:04 2010 CEST using RSA key ID
 B0874707
 gpg: Good signature from Milos Kleint mkle...@apache.org
 
 How do I recreate and reupload the correct checksums?
 
 openssl md5 FILENAME FILENAME.md5
 openssl sha1 FILENAME FILENAME.sha1
 
 (feel free to edit to just be the checksum)
 
 Then use webdav to put them onto the codehaus repository. After they are
 correct, we can re-sync to central.
 
 
 well, plexus-compiler artifacts are no longer deployed to r.c.o but to
 http://oss.sonatype.org/service/local/staging/deploy/maven2/

Right, I haven't deployed any plexus stuff in ages. I would have thought that 
would have checked and/or corrected them in the first place.

I could fix them on central but I'm not sure that'd persist.

Brian, Benjamin - any ideas what happened here?

- Brett

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Milos Kleint
juven is on the case. We should have correct checksums shortly..

Milos

On Wed, Apr 21, 2010 at 11:11 AM, Brett Porter br...@apache.org wrote:


 On 21/04/2010, at 5:59 PM, Milos Kleint wrote:

  On Wed, Apr 21, 2010 at 9:32 AM, Brett Porter br...@apache.org wrote:
 
 
  On 21/04/2010, at 5:14 PM, Milos Kleint wrote:
 
  gpg --verify plexus-compiler-javac-1.8.jar.asc
  gpg --verify plexus-compiler-javac-1.8.pom.asc
  both say
  gpg: Signature made Tue Mar 30 00:28:04 2010 CEST using RSA key ID
  B0874707
  gpg: Good signature from Milos Kleint mkle...@apache.org
 
  How do I recreate and reupload the correct checksums?
 
  openssl md5 FILENAME FILENAME.md5
  openssl sha1 FILENAME FILENAME.sha1
 
  (feel free to edit to just be the checksum)
 
  Then use webdav to put them onto the codehaus repository. After they are
  correct, we can re-sync to central.
 
 
  well, plexus-compiler artifacts are no longer deployed to r.c.o but to
  http://oss.sonatype.org/service/local/staging/deploy/maven2/

 Right, I haven't deployed any plexus stuff in ages. I would have thought
 that would have checked and/or corrected them in the first place.

 I could fix them on central but I'm not sure that'd persist.

 Brian, Benjamin - any ideas what happened here?

 - Brett

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/





 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org




Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Markku Saarela

HHi,

This could cause wrong checsums:

Quote from Kevan: Maven 2.2 was used in creating the xbean 3.6 release. 
Evidently 2.2 had an issue uploading files to Nexus twice and 
calculating checksums on the doubled files.


http://old.nabble.com/Maven-central-has-corrupted-artifact-org.apache.xbean%3Axbean-finder-shaded%3Ajar%3A3.6-ts27340027.html#a27340027

rgds,

Markku

On 21.4.2010 10:14, Milos Kleint wrote:

On Wed, Apr 21, 2010 at 8:41 AM, Brett Porterbr...@apache.org  wrote:

   

On 21/04/2010, at 3:40 PM, Milos Kleint wrote:

 

hmm... I did the plexus compiler release indeed. No idea how the
   

checksums
 

became broken. I've done the regular release:prepare, release:perform
   

combo.
 

I can't recall any problems with the process. I specifically double
   

checked
 

that there are gpg signatures, but assumed checksums are correct. They
   

never
 

been broken for me before.
   

Did you use Maven 2.1.0, Maven 2.2.0, or the httpclient wagon perhaps?

 

Not sure, I would say 2.2.x. I don't have the computer anymore where I did
the release.


   
 

What do we do now?
   

If the signatures are intact, then we can say the artifacts are and you
could upload corrected checksums. Let me know if you need any help.


 

gpg --verify plexus-compiler-javac-1.8.jar.asc
gpg --verify plexus-compiler-javac-1.8.pom.asc
both say
gpg: Signature made Tue Mar 30 00:28:04 2010 CEST using RSA key ID B0874707
gpg: Good signature from Milos Kleintmkle...@apache.org

How do I recreate and reupload the correct checksums?

thanks.

Milos



   

- Brett

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org


 
   


Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-21 Thread Dan Tran
I think the cause of bad checksum is from using wagon's httpclient
alternative  see
http://maven.apache.org/guides/mini/guide-wagon-providers.html

I attempted to use it to deploy large artifact as a work around for
OOM issue and saw this problem, but could not confirm if my setup is
the problem.

However, today i tried it again and able to reproduce the issue.

-D

On Wed, Apr 21, 2010 at 3:34 AM, Markku Saarela markku.saar...@iki.fi wrote:
 HHi,

 This could cause wrong checsums:

 Quote from Kevan: Maven 2.2 was used in creating the xbean 3.6 release.
 Evidently 2.2 had an issue uploading files to Nexus twice and calculating
 checksums on the doubled files.

 http://old.nabble.com/Maven-central-has-corrupted-artifact-org.apache.xbean%3Axbean-finder-shaded%3Ajar%3A3.6-ts27340027.html#a27340027

 rgds,

 Markku

 On 21.4.2010 10:14, Milos Kleint wrote:

 On Wed, Apr 21, 2010 at 8:41 AM, Brett Porterbr...@apache.org  wrote:



 On 21/04/2010, at 3:40 PM, Milos Kleint wrote:



 hmm... I did the plexus compiler release indeed. No idea how the


 checksums


 became broken. I've done the regular release:prepare, release:perform


 combo.


 I can't recall any problems with the process. I specifically double


 checked


 that there are gpg signatures, but assumed checksums are correct. They


 never


 been broken for me before.


 Did you use Maven 2.1.0, Maven 2.2.0, or the httpclient wagon perhaps?



 Not sure, I would say 2.2.x. I don't have the computer anymore where I did
 the release.






 What do we do now?


 If the signatures are intact, then we can say the artifacts are and you
 could upload corrected checksums. Let me know if you need any help.




 gpg --verify plexus-compiler-javac-1.8.jar.asc
 gpg --verify plexus-compiler-javac-1.8.pom.asc
 both say
 gpg: Signature made Tue Mar 30 00:28:04 2010 CEST using RSA key ID
 B0874707
 gpg: Good signature from Milos Kleintmkle...@apache.org

 How do I recreate and reupload the correct checksums?

 thanks.

 Milos





 - Brett

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/





 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org







-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-20 Thread Brett Porter
Hi Milos,

I'm not sure if you did the plexus-compiler release in conjunction with this or 
if that was someone else, but the checksums for it are incorrect (see users@ 
today for those using The 2.3 release).

Do you know what happened? If the JARs are correct maybe we can just fix the 
checksums on Codehaus' repo?

- Brett

On 06/04/2010, at 4:26 PM, Milos Kleint wrote:

 oups, you are right, sorry about that.
 I was checking against http://people.apache.org/~jim/projects.html#maven-pmc 
 and your name showed up but I missed that it showed in maven but not 
 maven-pmc. Same applies to Nicolas.
 The correct result is 
 
 +1 (binding): Milos Kleint,, John Casey, Olivier Lamy
 +1 (non binding): Tony Chemit, Nicolas de Loof, Stephen Connolly
 
 Milos
 
 On Tue, Apr 6, 2010 at 8:10 AM, Stephen Connolly 
 stephen.alan.conno...@gmail.com wrote:
 Eh, small correction to that vote
 
 AFAIK I am not on the PMC, so my vote AFAIK is non-binding
 
 -Stephen
 
 On 5 April 2010 19:35, Milos Kleint mkle...@gmail.com wrote:
 
  The vote has passed with the following result :
 
  +1 (binding): Milos Kleint, Stephen Connolly, John Casey, Nicolas de
  Loof, Olivier Lamy
  +1 (non binding): Tony Chemit
 
  I will promote the artifacts to the central repo.
 
 
 
  Milos Kleint
 
 
 
  On Tue, Mar 30, 2010 at 11:54 AM, Milos Kleint mkle...@gmail.com wrote:
 
   Hi,
  
   We solved 6 issues:
  
  
  http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130version=16097
  
   Staging repo:
   https://repository.apache.org/content/repositories/maven-00
  https://repository.apache.org/content/repositories/maven-008/
   3
  
   Staging site (sync pending):
   http://maven.apache.org/plugins/maven-compiler-plugin-
  http://maven.apache.org/plugins/maven-shade-plugin-1.3.2/
   2.2
  
   Guide to testing staged releases:
   http://maven.apache.org/guides/development/guide-testing-releases.html
  
   Vote open for 72 hours.
  
   [ ] +1
   [ ] +0
   [ ] -1
  
   +1 from me
  
  
   Milos
 
 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/






Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-20 Thread Milos Kleint
hmm... I did the plexus compiler release indeed. No idea how the checksums
became broken. I've done the regular release:prepare, release:perform combo.
I can't recall any problems with the process. I specifically double checked
that there are gpg signatures, but assumed checksums are correct. They never
been broken for me before.

What do we do now?

Milos

On Wed, Apr 21, 2010 at 2:11 AM, Brett Porter br...@apache.org wrote:

 Hi Milos,

 I'm not sure if you did the plexus-compiler release in conjunction with
 this or if that was someone else, but the checksums for it are incorrect
 (see users@ today for those using The 2.3 release).

 Do you know what happened? If the JARs are correct maybe we can just fix
 the checksums on Codehaus' repo?

 - Brett

 On 06/04/2010, at 4:26 PM, Milos Kleint wrote:

  oups, you are right, sorry about that.
  I was checking against
 http://people.apache.org/~jim/projects.html#maven-pmc and your name showed
 up but I missed that it showed in maven but not maven-pmc. Same applies to
 Nicolas.
  The correct result is
 
  +1 (binding): Milos Kleint,, John Casey, Olivier Lamy
  +1 (non binding): Tony Chemit, Nicolas de Loof, Stephen Connolly
 
  Milos
 
  On Tue, Apr 6, 2010 at 8:10 AM, Stephen Connolly 
 stephen.alan.conno...@gmail.com wrote:
  Eh, small correction to that vote
 
  AFAIK I am not on the PMC, so my vote AFAIK is non-binding
 
  -Stephen
 
  On 5 April 2010 19:35, Milos Kleint mkle...@gmail.com wrote:
 
   The vote has passed with the following result :
  
   +1 (binding): Milos Kleint, Stephen Connolly, John Casey, Nicolas de
   Loof, Olivier Lamy
   +1 (non binding): Tony Chemit
  
   I will promote the artifacts to the central repo.
  
  
  
   Milos Kleint
  
  
  
   On Tue, Mar 30, 2010 at 11:54 AM, Milos Kleint mkle...@gmail.com
 wrote:
  
Hi,
   
We solved 6 issues:
   
   
  
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130version=16097
   
Staging repo:
https://repository.apache.org/content/repositories/maven-00
   https://repository.apache.org/content/repositories/maven-008/
3
   
Staging site (sync pending):
http://maven.apache.org/plugins/maven-compiler-plugin-
   http://maven.apache.org/plugins/maven-shade-plugin-1.3.2/
2.2
   
Guide to testing staged releases:
   
 http://maven.apache.org/guides/development/guide-testing-releases.html
   
Vote open for 72 hours.
   
[ ] +1
[ ] +0
[ ] -1
   
+1 from me
   
   
Milos
  
 

 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/







Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-06 Thread Stephen Connolly
Eh, small correction to that vote

AFAIK I am not on the PMC, so my vote AFAIK is non-binding

-Stephen

On 5 April 2010 19:35, Milos Kleint mkle...@gmail.com wrote:

 The vote has passed with the following result :

 +1 (binding): Milos Kleint, Stephen Connolly, John Casey, Nicolas de
 Loof, Olivier Lamy
 +1 (non binding): Tony Chemit

 I will promote the artifacts to the central repo.



 Milos Kleint



 On Tue, Mar 30, 2010 at 11:54 AM, Milos Kleint mkle...@gmail.com wrote:

  Hi,
 
  We solved 6 issues:
 
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130version=16097
 
  Staging repo:
  https://repository.apache.org/content/repositories/maven-00
 https://repository.apache.org/content/repositories/maven-008/
  3
 
  Staging site (sync pending):
  http://maven.apache.org/plugins/maven-compiler-plugin-
 http://maven.apache.org/plugins/maven-shade-plugin-1.3.2/
  2.2
 
  Guide to testing staged releases:
  http://maven.apache.org/guides/development/guide-testing-releases.html
 
  Vote open for 72 hours.
 
  [ ] +1
  [ ] +0
  [ ] -1
 
  +1 from me
 
 
  Milos



Re: [RESULT] [VOTE] Release Maven Compiler Plugin 2.2

2010-04-06 Thread Milos Kleint
oups, you are right, sorry about that.
I was checking against
http://people.apache.org/~jim/projects.html#maven-pmc and
your name showed up but I missed that it showed in maven but not maven-pmc.
Same applies to Nicolas.
The correct result is

+1 (binding): Milos Kleint,, John Casey, Olivier Lamy
+1 (non binding): Tony Chemit, Nicolas de Loof, Stephen Connolly

http://people.apache.org/~jim/projects.html#maven-pmcMilos

On Tue, Apr 6, 2010 at 8:10 AM, Stephen Connolly 
stephen.alan.conno...@gmail.com wrote:

 Eh, small correction to that vote

 AFAIK I am not on the PMC, so my vote AFAIK is non-binding

 -Stephen

 On 5 April 2010 19:35, Milos Kleint mkle...@gmail.com wrote:

  The vote has passed with the following result :
 
  +1 (binding): Milos Kleint, Stephen Connolly, John Casey, Nicolas de
  Loof, Olivier Lamy
  +1 (non binding): Tony Chemit
 
  I will promote the artifacts to the central repo.
 
 
 
  Milos Kleint
 
 
 
  On Tue, Mar 30, 2010 at 11:54 AM, Milos Kleint mkle...@gmail.com
 wrote:
 
   Hi,
  
   We solved 6 issues:
  
  
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130version=16097
  
   Staging repo:
   https://repository.apache.org/content/repositories/maven-00
  https://repository.apache.org/content/repositories/maven-008/
   3
  
   Staging site (sync pending):
   http://maven.apache.org/plugins/maven-compiler-plugin-
  http://maven.apache.org/plugins/maven-shade-plugin-1.3.2/
   2.2
  
   Guide to testing staged releases:
   http://maven.apache.org/guides/development/guide-testing-releases.html
  
   Vote open for 72 hours.
  
   [ ] +1
   [ ] +0
   [ ] -1
  
   +1 from me
  
  
   Milos