[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #38: Bump actions/cache from 2.1.5 to 2.1.6

2021-05-27 Thread GitBox
dependabot[bot] opened a new pull request #38: URL: https://github.com/apache/maven-artifact-transfer/pull/38 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. Release notes Sourced from https://github.com/actions/cache/releases";>actions/cache's release

Re: Welcome Guillaume Nodet as new Maven Committer

2021-05-27 Thread Guillaume Nodet
Thx to everyone for the warm welcome ! Guillaume Le mar. 25 mai 2021 à 19:20, Robert Scholte a écrit : > Hi, > > On behalf of the Apache Maven PMC I am pleased to announce that > Guillaume Nodet has been voted in as new Apache Maven committer > and he has accepted this invitation. > > Welcome o

Re: Welcome Guillaume Nodet as new Maven Committer

2021-05-27 Thread Olivier Lamy
Salut et bienvenue! (sorry guys but pardon my french :) ) On Wed, 26 May 2021 at 17:23, Martin Kanters wrote: > Welcome! Great to have you on board, Guillaume! > > Martin > > Op di 25 mei 2021 om 19:20 schreef Robert Scholte : > > > Hi, > > > > On behalf of the Apache Maven PMC I am pleased to a

Re: Welcome Guillaume Nodet as new Maven Committer

2021-05-27 Thread Maarten Mulders
Happy to have you on board, Guillaume! Maarten On 25/05/2021 19:19, Robert Scholte wrote: Hi, On behalf of the Apache Maven PMC I am pleased to announce that Guillaume Nodet has been voted in as new Apache Maven committer and he has accepted this invitation. Welcome on board and have a lot o

Re: [maven-gpg-plugin] Unable to sign artifacts with SHA-256 or higher

2021-05-27 Thread Konrad Windszus
Look at https://issues.apache.org/jira/browse/MPOM-244 which should solve this for ASF projects. Konrad > On 27. May 2021, at 13:29, Janardhan wrote: > > Thank you, for the generous response. > > The file hashes are created by maven-resolver, w

Re: [maven-gpg-plugin] Unable to sign artifacts with SHA-256 or higher

2021-05-27 Thread Janardhan
Thank you, for the generous response. The file hashes are created by maven-resolver, which supports SHA-512 since > version 1.5.0 ( https://issues.apache.org/jira/browse/MRESOLVER-56 ). > If I remember correctly maven-resolver 1.5+ is included since Maven 3.8.1. > So you would have to update your

Re: [maven-gpg-plugin] Unable to sign artifacts with SHA-256 or higher

2021-05-27 Thread Michael Osipov
Am 2021-05-26 um 09:14 schrieb Janardhan: Hi Maven team, TL;DR: Can we sign (SHA-512) artifacts with gpg plugin and how?. Thanks. This is not signing, this is just a checksum for transport bitrot. If you need SHA-2 hashes use Resolver's new property for this. -