Re: [VOTE] Release Maven Wagon version 3.3.3

2019-06-15 Thread Olivier Lamy
+1


On Thu, 13 Jun 2019 at 23:46, Michael Osipov  wrote:

> Hi,
>
> We solved 6 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12345501
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1514/
>
> https://repository.apache.org/content/repositories/maven-1514/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3-source-release.zip
>
> Source release checksum(s):
> wagon-3.3.3-source-release.zip
> sha512:
>
> 3fae2bea760a03896df395cee1896aa4a02e031fdc86daaba781243cad9aefa1c1c99fc7daa95e04da0248e5aa7649511d08503807dad5fc92d80e25202c999e
>
> Staging site:
> https://maven.apache.org/wagon-archives/wagon-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [VOTE] Release Maven Wagon version 3.3.3

2019-06-15 Thread Dan Tran
+1 none binding, tested with Maven 3.6.2-SNAPSHOT + wagon-3.3.3 ( at
staging) against an internal build

Thanks for pushing out this release

-D

On Sat, Jun 15, 2019 at 3:34 PM Michael Osipov  wrote:

> Am 2019-06-13 um 15:46 schrieb Michael Osipov:
> > Hi,
> >
> > We solved 6 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12345501
> >
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolution%20%3D%20Unresolved
> >
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1514/
> >
> https://repository.apache.org/content/repositories/maven-1514/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3-source-release.zip
> >
> >
> > Source release checksum(s):
> > wagon-3.3.3-source-release.zip
> > sha512:
> >
> 3fae2bea760a03896df395cee1896aa4a02e031fdc86daaba781243cad9aefa1c1c99fc7daa95e04da0248e5aa7649511d08503807dad5fc92d80e25202c999e
>
> >
> >
> > Staging site:
> > https://maven.apache.org/wagon-archives/wagon-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
>
> I need one more vote until tomorrow...
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Maven Wagon version 3.3.3

2019-06-15 Thread Michael Osipov

Am 2019-06-13 um 15:46 schrieb Michael Osipov:

Hi,

We solved 6 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12345501 



There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolution%20%3D%20Unresolved 



Staging repo:
https://repository.apache.org/content/repositories/maven-1514/
https://repository.apache.org/content/repositories/maven-1514/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3-source-release.zip 



Source release checksum(s):
wagon-3.3.3-source-release.zip
sha512: 
3fae2bea760a03896df395cee1896aa4a02e031fdc86daaba781243cad9aefa1c1c99fc7daa95e04da0248e5aa7649511d08503807dad5fc92d80e25202c999e 



Staging site:
https://maven.apache.org/wagon-archives/wagon-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.


I need one more vote until tomorrow...

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



Re: New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

2019-06-15 Thread Behrang Saeedzadeh
The archetype doesn't depend on Java 8 or later -- it only produces
`pom.xml` files that are configured for Java 8, 9, etc.

Best regards,
Behrang Saeedzadeh
blog.behrang.org


On Sat, 15 Jun 2019 at 23:51, Tibor Digana  wrote:

> .. but this java 1.7 project and not 1.8 you you have guessed.
>
> On Sat, Jun 15, 2019 at 3:07 PM Behrang Saeedzadeh 
> wrote:
>
> > Enabled generating Java 9+ projects as well as using JUnit 5.x
> >
> > I have kept the plugin backwards compatible -- if javaCompilerVersion and
> > junitVersion properties are not passed to the plugin it will work as
> before
> > and generate a Java 1.8 project with JUnit 4.11.
> >
> > https://github.com/apache/maven-archetypes/pull/3
> >
> >
> >
> > Best regards,
> > Behrang Saeedzadeh
> > blog.behrang.org
> >
>


Re: New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

2019-06-15 Thread Tibor Digana
.. but this java 1.7 project and not 1.8 you you have guessed.

On Sat, Jun 15, 2019 at 3:07 PM Behrang Saeedzadeh 
wrote:

> Enabled generating Java 9+ projects as well as using JUnit 5.x
>
> I have kept the plugin backwards compatible -- if javaCompilerVersion and
> junitVersion properties are not passed to the plugin it will work as before
> and generate a Java 1.8 project with JUnit 4.11.
>
> https://github.com/apache/maven-archetypes/pull/3
>
>
>
> Best regards,
> Behrang Saeedzadeh
> blog.behrang.org
>


New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

2019-06-15 Thread Behrang Saeedzadeh
Enabled generating Java 9+ projects as well as using JUnit 5.x

I have kept the plugin backwards compatible -- if javaCompilerVersion and
junitVersion properties are not passed to the plugin it will work as before
and generate a Java 1.8 project with JUnit 4.11.

https://github.com/apache/maven-archetypes/pull/3



Best regards,
Behrang Saeedzadeh
blog.behrang.org