Re: Upcoming parent poms release 27/37

2022-07-07 Thread Slawomir Jaranowski
Hi, m-assembly-p 3.4.1 release There is an open PR [1] - what do you think? I would wait for the release belows plugins after parent poms. Unless anybody will convince me that it should be included in next parent poms. Nevertheless I want to release a parnt poms at next weekend. m-jar-p - las

[ANN] Apache Maven Assembly Plugin 3.4.1 Released

2022-07-07 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.4.1 https://maven.apache.org/plugins/maven-assembly-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-assembly-plugin 3.4.1

[RESULT] [VOTE] Release Apache Maven Assembly Plugin version 3.4.1

2022-07-07 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1 : Hervé BOUTEMY, Tamás Cservenák, Sylwester Lachiewicz, Karl Heinz Marbaise PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo. -- Sławomir Jaranowski

Re: ASF Jenkins

2022-07-07 Thread Christoph Läubrich
Regarding toolchains, pleas vote / ask for merging this PR: https://github.com/actions/setup-java/pull/282 that's much more convenient to setup... Am 07.07.22 um 16:18 schrieb Sylwester Lachiewicz: So for toolchains we can use something like this - uses: actions/setup-java@v1 with:

Re: ASF Jenkins

2022-07-07 Thread Sylwester Lachiewicz
So for toolchains we can use something like this - uses: actions/setup-java@v1 with: java-version: 8 - run: echo "JAVA_8=$JAVA_HOME" >> $GITHUB_ENV - uses: actions/setup-java@v1 with: java-version: 11 - run: echo "JAVA_11=$JAVA_HOME" >> $GITHUB_ENV - uses: actions/set

Re: ASF Jenkins

2022-07-07 Thread Maarten Mulders
Another advantage I see from GH Actions: it provides instant feedback to those who do not contribute regularly and know their way around in ASF infra. Especially for first-time contributors, it's good to see fast feedback on their contribution. For me, it feels like I'm wasting my time to late