You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason van Zyl <ja...@takari.io> on 2015/03/11 23:57:05 UTC

[VOTE] Maven 3.3.0 Release

Hi,

Time to release Maven 3.3.0!

Here is a link to Jira with 22 issues resolved:
https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012

Staging repo:
https://repository.apache.org/content/repositories/maven-1149/

The distributable binaries and sources for testing can be found here:
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/

Specifically the zip, tarball, and source archives can be found here:
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz

Source release checksum(s):
apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7

Staging site:
http://takari.io/maven-3.3.0/

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Thanks,

The Maven Team
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Maven 3.3.0 Release

Posted by Jason van Zyl <ja...@takari.io>.
Then it likely is a general problem. I'll take a look.

On Mar 11, 2015, at 6:13 PM, Karl Heinz Marbaise <kh...@gmx.de> wrote:

> Hi Jason,
> 
> 
> checked several projects...but..unfortunately found a problem using Maven 3.3.0 to build maven-assembly-plugin (current trunk) via
> 
> mvn -Prun-its clean verify ...
> 
> which results in a problem like this:
> 
> /usr/share/java/apache-maven-3.3.0/bin/mvn: line 198: cd: /Users/kama/apache-maven/maven-plugins/maven-assembly-plugin/target/it/projects/basic-features/this: No such file or directory
> 
> which is repeated endless..
> 
> The culprit is the following integration test:
> 
> /Users/kama/apache-maven/maven-plugins/maven-assembly-plugin/src/it/projects/basic-features/this & that
> 
> which seemed to be caused by the "&" in the directory name....
> 
> It looks like the cli handling is now different than in 3.2.5...or the mvn script?...
> 
> 
> with this i would give +0...
> 
> 
> Kind regards
> Karl Heinz Marbaise
> On 3/11/15 11:57 PM, Jason van Zyl wrote:
>> Hi,
>> 
>> Time to release Maven 3.3.0!
>> 
>> Here is a link to Jira with 22 issues resolved:
>> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
>> 
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-1149/
>> 
>> The distributable binaries and sources for testing can be found here:
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
>> 
>> Specifically the zip, tarball, and source archives can be found here:
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
>> 
>> Source release checksum(s):
>> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
>> 
>> Staging site:
>> http://takari.io/maven-3.3.0/
>> 
>> Vote open for 72 hours.
>> 
>> [ ] +1
>> [ ] +0
>> [ ] -1
>> 
>> Thanks,
>> 
>> The Maven Team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

The modern conservative is engaged in one of man's oldest exercises in moral philosophy; that is, 
the search for a superior moral justification for selfishness.

 -- John Kenneth Galbraith













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


Re: [VOTE] Maven 3.3.0 Release

Posted by Jason van Zyl <ja...@takari.io>.
Fixed locally, the Assembly ITs are running happily, also running the Maven ITs and if it's all good I'll commit and roll the release again.

On Mar 13, 2015, at 11:41 AM, Jason van Zyl <ja...@takari.io> wrote:

> Easy to reproduce here locally. Taking a look now.
> 
> On Mar 11, 2015, at 6:13 PM, Karl Heinz Marbaise <kh...@gmx.de> wrote:
> 
>> Hi Jason,
>> 
>> 
>> checked several projects...but..unfortunately found a problem using Maven 3.3.0 to build maven-assembly-plugin (current trunk) via
>> 
>> mvn -Prun-its clean verify ...
>> 
>> which results in a problem like this:
>> 
>> /usr/share/java/apache-maven-3.3.0/bin/mvn: line 198: cd: /Users/kama/apache-maven/maven-plugins/maven-assembly-plugin/target/it/projects/basic-features/this: No such file or directory
>> 
>> which is repeated endless..
>> 
>> The culprit is the following integration test:
>> 
>> /Users/kama/apache-maven/maven-plugins/maven-assembly-plugin/src/it/projects/basic-features/this & that
>> 
>> which seemed to be caused by the "&" in the directory name....
>> 
>> It looks like the cli handling is now different than in 3.2.5...or the mvn script?...
>> 
>> 
>> with this i would give +0...
>> 
>> 
>> Kind regards
>> Karl Heinz Marbaise
>> On 3/11/15 11:57 PM, Jason van Zyl wrote:
>>> Hi,
>>> 
>>> Time to release Maven 3.3.0!
>>> 
>>> Here is a link to Jira with 22 issues resolved:
>>> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
>>> 
>>> Staging repo:
>>> https://repository.apache.org/content/repositories/maven-1149/
>>> 
>>> The distributable binaries and sources for testing can be found here:
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
>>> 
>>> Specifically the zip, tarball, and source archives can be found here:
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
>>> 
>>> Source release checksum(s):
>>> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
>>> 
>>> Staging site:
>>> http://takari.io/maven-3.3.0/
>>> 
>>> Vote open for 72 hours.
>>> 
>>> [ ] +1
>>> [ ] +0
>>> [ ] -1
>>> 
>>> Thanks,
>>> 
>>> The Maven Team
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>> 
> 
> Thanks,
> 
> Jason
> 
> ----------------------------------------------------------
> Jason van Zyl
> Founder, Takari and Apache Maven
> http://twitter.com/jvanzyl
> http://twitter.com/takari_io
> ---------------------------------------------------------
> 
> I never make the mistake of arguing with people for whose opinions I have no respect.
> 
> -- Edward Gibbon
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

We know what we are, but know not what we may be.

  -- Shakespeare













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


Re: [VOTE] Maven 3.3.0 Release

Posted by Jason van Zyl <ja...@takari.io>.
Easy to reproduce here locally. Taking a look now.

On Mar 11, 2015, at 6:13 PM, Karl Heinz Marbaise <kh...@gmx.de> wrote:

> Hi Jason,
> 
> 
> checked several projects...but..unfortunately found a problem using Maven 3.3.0 to build maven-assembly-plugin (current trunk) via
> 
> mvn -Prun-its clean verify ...
> 
> which results in a problem like this:
> 
> /usr/share/java/apache-maven-3.3.0/bin/mvn: line 198: cd: /Users/kama/apache-maven/maven-plugins/maven-assembly-plugin/target/it/projects/basic-features/this: No such file or directory
> 
> which is repeated endless..
> 
> The culprit is the following integration test:
> 
> /Users/kama/apache-maven/maven-plugins/maven-assembly-plugin/src/it/projects/basic-features/this & that
> 
> which seemed to be caused by the "&" in the directory name....
> 
> It looks like the cli handling is now different than in 3.2.5...or the mvn script?...
> 
> 
> with this i would give +0...
> 
> 
> Kind regards
> Karl Heinz Marbaise
> On 3/11/15 11:57 PM, Jason van Zyl wrote:
>> Hi,
>> 
>> Time to release Maven 3.3.0!
>> 
>> Here is a link to Jira with 22 issues resolved:
>> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
>> 
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-1149/
>> 
>> The distributable binaries and sources for testing can be found here:
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
>> 
>> Specifically the zip, tarball, and source archives can be found here:
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
>> 
>> Source release checksum(s):
>> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
>> 
>> Staging site:
>> http://takari.io/maven-3.3.0/
>> 
>> Vote open for 72 hours.
>> 
>> [ ] +1
>> [ ] +0
>> [ ] -1
>> 
>> Thanks,
>> 
>> The Maven Team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

I never make the mistake of arguing with people for whose opinions I have no respect.

-- Edward Gibbon












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


Re: [VOTE] Maven 3.3.0 Release

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Jason,


checked several projects...but..unfortunately found a problem using 
Maven 3.3.0 to build maven-assembly-plugin (current trunk) via

mvn -Prun-its clean verify ...

which results in a problem like this:

/usr/share/java/apache-maven-3.3.0/bin/mvn: line 198: cd: 
/Users/kama/apache-maven/maven-plugins/maven-assembly-plugin/target/it/projects/basic-features/this: 
No such file or directory

which is repeated endless..

The culprit is the following integration test:

/Users/kama/apache-maven/maven-plugins/maven-assembly-plugin/src/it/projects/basic-features/this 
& that

which seemed to be caused by the "&" in the directory name....

It looks like the cli handling is now different than in 3.2.5...or the 
mvn script?...


with this i would give +0...


Kind regards
Karl Heinz Marbaise
On 3/11/15 11:57 PM, Jason van Zyl wrote:
> Hi,
>
> Time to release Maven 3.3.0!
>
> Here is a link to Jira with 22 issues resolved:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1149/
>
> The distributable binaries and sources for testing can be found here:
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
>
> Specifically the zip, tarball, and source archives can be found here:
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
>
> Source release checksum(s):
> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
>
> Staging site:
> http://takari.io/maven-3.3.0/
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Thanks,
>
> The Maven Team

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


Re: [VOTE] Maven 3.3.0 Release

Posted by Jason van Zyl <ja...@takari.io>.
+1

Analyzing release validity...

stagingUrl: https://repository.apache.org/content/repositories/maven-1149
groupId: org.apache.maven
artifactId: apache-maven
version: 3.3.0

Source ZIP url exists.
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip

Source ZIP SHA1 url exists.
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip.sha1

Binary ZIP url exists.
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip

Binary ZIP SHA1 url exists.
https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip.sha1

Calculated SHA1 of source ZIP matches published SHA1 of source ZIP.
15d29048b093e238caa49b54dfe62d724d7938e7

Calculated SHA1 of binary ZIP matches published SHA1 of binary ZIP.
6c0568c45b89a9f4e88d5385323c8ed226cdd76a

LICENSE file is present in the source distribution.
NOTICE file is present in the source distribution.

LICENSE file is present in the binary distribution.
NOTICE file is present in the binary distribution.

Git revision of release as determined from maven-core-3.3.0.jar:org/apache/maven/messages/build.properties(buildNumber):
b37a7d17765a2bc8dfab63b4e739e7198172fe43

All files in source distribution have been found in the release revision (taking into account acceptable exclusions).

On Mar 11, 2015, at 3:57 PM, Jason van Zyl <ja...@takari.io> wrote:

> Hi,
> 
> Time to release Maven 3.3.0!
> 
> Here is a link to Jira with 22 issues resolved:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1149/
> 
> The distributable binaries and sources for testing can be found here:
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
> 
> Specifically the zip, tarball, and source archives can be found here:
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
> 
> Source release checksum(s):
> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
> 
> Staging site:
> http://takari.io/maven-3.3.0/
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Thanks,
> 
> The Maven Team
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

A master in the art of living draws no sharp distinction between his work and his play; his labor and his leisure; his mind and his body; his education and his recreation. He hardly knows which is which. He simply pursues his vision of excellence through whatever he is doing, and leaves others to determine whether he is working or playing. To himself, he always appears to be doing both. 

  -- François-René de Chateaubriand












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


Re: [VOTE] Maven 3.3.0 Release

Posted by Jason van Zyl <ja...@takari.io>.
If we re-roll the release -- which looks likely -- I'll try to integrate it.

On Mar 11, 2015, at 7:37 PM, Arcadiy Ivanov <ar...@gmail.com> wrote:

> MNG-5688 not coming in for this release?
> 
> On 2015-03-11 22:23, Jason van Zyl wrote:
>> Updated, thanks.
>> 
>> On Mar 11, 2015, at 7:08 PM, Paul Benedict <pb...@apache.org> wrote:
>> 
>>> What about the two open issues? Are they fixed in this release or need to
>>> be moved?
>>> On Mar 11, 2015 5:58 PM, "Jason van Zyl" <ja...@takari.io> wrote:
>>> 
>>>> Hi,
>>>> 
>>>> Time to release Maven 3.3.0!
>>>> 
>>>> Here is a link to Jira with 22 issues resolved:
>>>> 
>>>> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
>>>> 
>>>> Staging repo:
>>>> https://repository.apache.org/content/repositories/maven-1149/
>>>> 
>>>> The distributable binaries and sources for testing can be found here:
>>>> 
>>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
>>>> 
>>>> Specifically the zip, tarball, and source archives can be found here:
>>>> 
>>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
>>>> 
>>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
>>>> 
>>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
>>>> 
>>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
>>>> 
>>>> Source release checksum(s):
>>>> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
>>>> 
>>>> Staging site:
>>>> http://takari.io/maven-3.3.0/
>>>> 
>>>> Vote open for 72 hours.
>>>> 
>>>> [ ] +1
>>>> [ ] +0
>>>> [ ] -1
>>>> 
>>>> Thanks,
>>>> 
>>>> The Maven Team
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>> 
>>>> 
>> Thanks,
>> 
>> Jason
>> 
>> ----------------------------------------------------------
>> Jason van Zyl
>> Founder, Takari and Apache Maven
>> http://twitter.com/jvanzyl
>> http://twitter.com/takari_io
>> ---------------------------------------------------------
>> 
>> There's no sense in being precise when you don't even know what you're talking about.
>> 
>>  -- John von Neumann
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

To do two things at once is to do neither.
 
 -- Publilius Syrus, Roman slave, first century B.C.













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


Re: [VOTE] Maven 3.3.0 Release

Posted by Arcadiy Ivanov <ar...@gmail.com>.
MNG-5688 not coming in for this release?

On 2015-03-11 22:23, Jason van Zyl wrote:
> Updated, thanks.
>
> On Mar 11, 2015, at 7:08 PM, Paul Benedict <pb...@apache.org> wrote:
>
>> What about the two open issues? Are they fixed in this release or need to
>> be moved?
>> On Mar 11, 2015 5:58 PM, "Jason van Zyl" <ja...@takari.io> wrote:
>>
>>> Hi,
>>>
>>> Time to release Maven 3.3.0!
>>>
>>> Here is a link to Jira with 22 issues resolved:
>>>
>>> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
>>>
>>> Staging repo:
>>> https://repository.apache.org/content/repositories/maven-1149/
>>>
>>> The distributable binaries and sources for testing can be found here:
>>>
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
>>>
>>> Specifically the zip, tarball, and source archives can be found here:
>>>
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
>>>
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
>>>
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
>>>
>>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
>>>
>>> Source release checksum(s):
>>> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
>>>
>>> Staging site:
>>> http://takari.io/maven-3.3.0/
>>>
>>> Vote open for 72 hours.
>>>
>>> [ ] +1
>>> [ ] +0
>>> [ ] -1
>>>
>>> Thanks,
>>>
>>> The Maven Team
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder, Takari and Apache Maven
> http://twitter.com/jvanzyl
> http://twitter.com/takari_io
> ---------------------------------------------------------
>
> There's no sense in being precise when you don't even know what you're talking about.
>
>   -- John von Neumann
>
>
>
>
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


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


Re: [VOTE] Maven 3.3.0 Release

Posted by Jason van Zyl <ja...@takari.io>.
Updated, thanks.

On Mar 11, 2015, at 7:08 PM, Paul Benedict <pb...@apache.org> wrote:

> What about the two open issues? Are they fixed in this release or need to
> be moved?
> On Mar 11, 2015 5:58 PM, "Jason van Zyl" <ja...@takari.io> wrote:
> 
>> Hi,
>> 
>> Time to release Maven 3.3.0!
>> 
>> Here is a link to Jira with 22 issues resolved:
>> 
>> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
>> 
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-1149/
>> 
>> The distributable binaries and sources for testing can be found here:
>> 
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
>> 
>> Specifically the zip, tarball, and source archives can be found here:
>> 
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
>> 
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
>> 
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
>> 
>> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
>> 
>> Source release checksum(s):
>> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
>> 
>> Staging site:
>> http://takari.io/maven-3.3.0/
>> 
>> Vote open for 72 hours.
>> 
>> [ ] +1
>> [ ] +0
>> [ ] -1
>> 
>> Thanks,
>> 
>> The Maven Team
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>> 
>> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

There's no sense in being precise when you don't even know what you're talking about.

 -- John von Neumann












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


Re: [VOTE] Maven 3.3.0 Release

Posted by Paul Benedict <pb...@apache.org>.
What about the two open issues? Are they fixed in this release or need to
be moved?
On Mar 11, 2015 5:58 PM, "Jason van Zyl" <ja...@takari.io> wrote:

> Hi,
>
> Time to release Maven 3.3.0!
>
> Here is a link to Jira with 22 issues resolved:
>
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1149/
>
> The distributable binaries and sources for testing can be found here:
>
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
>
> Specifically the zip, tarball, and source archives can be found here:
>
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
>
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
>
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
>
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
>
> Source release checksum(s):
> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
>
> Staging site:
> http://takari.io/maven-3.3.0/
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Thanks,
>
> The Maven Team
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Maven 3.3.0 Release

Posted by Manfred Moser <ma...@mosabuam.com>.
Works on Android Maven Plugin, Android NDK Maven Plugin, Maven Repository Tools and Ksoap2-android and a couple of private projects I have tried this. 

Manfred

Jason van Zyl wrote on 11.03.2015 15:57:

> Hi,
> 
> Time to release Maven 3.3.0!
> 
> Here is a link to Jira with 22 issues resolved:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1149/
> 
> The distributable binaries and sources for testing can be found here:
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
> 
> Specifically the zip, tarball, and source archives can be found here:
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
> 
> Source release checksum(s):
> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
> 
> Staging site:
> http://takari.io/maven-3.3.0/
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Thanks,
> 
> The Maven Team
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


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


Re: [VOTE] Maven 3.3.0 Release

Posted by Mark Derricutt <ma...@talios.com>.
On 12 Mar 2015, at 11:57, Jason van Zyl wrote:

> Time to release Maven 3.3.0!

So far looks good from my projects, tho it looks like its likely to be rerolled, so +0 for now :)

-- 
Mark Derricutt
http://www.theoryinpractice.net
http://www.chaliceofblood.net
http://plus.google.com/+MarkDerricutt
http://twitter.com/talios
http://facebook.com/mderricutt

Re: [VOTE] Maven 3.3.0 Release

Posted by Tibor Digana <ti...@apache.org>.
I am interested in usage/documentation of new features which go with this
release.
Maybe some release notes.



--
View this message in context: http://maven.40175.n5.nabble.com/VOTE-Maven-3-3-0-Release-tp5828867p5829306.html
Sent from the Maven Developers mailing list archive at Nabble.com.

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


RE: [VOTE] Maven 3.3.0 Release

Posted by "Sievers, Jan" <ja...@sap.com>.
just FYI - all Tycho ITs are passing fine using staged maven 3.3.0

Regards,
Jan

> -----Original Message-----
> From: Jason van Zyl [mailto:jason@takari.io]
> Sent: Mittwoch, 11. März 2015 23:57
> To: Maven Developers List
> Subject: [VOTE] Maven 3.3.0 Release
> 
> Hi,
> 
> Time to release Maven 3.3.0!
> 
> Here is a link to Jira with 22 issues resolved:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=210
> 12
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1149/
> 
> The distributable binaries and sources for testing can be found here:
> https://repository.apache.org/content/repositories/maven-
> 1149/org/apache/maven/apache-maven/3.3.0/
> 
> Specifically the zip, tarball, and source archives can be found here:
> https://repository.apache.org/content/repositories/maven-
> 1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
> https://repository.apache.org/content/repositories/maven-
> 1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
> https://repository.apache.org/content/repositories/maven-
> 1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
> https://repository.apache.org/content/repositories/maven-
> 1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
> 
> Source release checksum(s):
> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
> 
> Staging site:
> http://takari.io/maven-3.3.0/
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Thanks,
> 
> The Maven Team
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


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


[CANCELLED] Re: [VOTE] Maven 3.3.0 Release

Posted by Jason van Zyl <ja...@takari.io>.
I'll integrate and try to fix a couple things and roll again shortly.

On Mar 11, 2015, at 3:57 PM, Jason van Zyl <ja...@takari.io> wrote:

> Hi,
> 
> Time to release Maven 3.3.0!
> 
> Here is a link to Jira with 22 issues resolved:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21012
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1149/
> 
> The distributable binaries and sources for testing can be found here:
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/
> 
> Specifically the zip, tarball, and source archives can be found here:
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.zip
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-bin.tar.gz
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.zip
> https://repository.apache.org/content/repositories/maven-1149/org/apache/maven/apache-maven/3.3.0/apache-maven-3.3.0-src.tar.gz
> 
> Source release checksum(s):
> apache-maven-3.3.0-src.zip sha1: 15d29048b093e238caa49b54dfe62d724d7938e7
> 
> Staging site:
> http://takari.io/maven-3.3.0/
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Thanks,
> 
> The Maven Team
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

People develop abstractions by generalizing from concrete examples.
Every attempt to determine the correct abstraction on paper without
actually developing a running system is doomed to failure. No one
is that smart. A framework is a resuable design, so you develop it by
looking at the things it is supposed to be a design of. The more examples
you look at, the more general your framework will be.

  -- Ralph Johnson & Don Roberts, Patterns for Evolving Frameworks 













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