Re: https://www.mojohaus.org is down?

2021-04-29 Thread Hervé BOUTEMY
I just fixed it https://github.com/mojohaus/versions-maven-plugin/issues/458 Regards, Hervé Le jeudi 29 avril 2021, 22:25:23 CEST Niels Basjes a écrit : > Hi, > > Just now I wanted to lookup the documentation for the versions-maven-plugin > yet I found that website https://www.mojohaus.org/ver

Re: Maven 3.8.1 + maven-deploy-plugin 3.0.0-M1 and still no SHA256/SHA512

2021-04-29 Thread David Milet
I figured it out... With Maven 3.8.1 and maven-deploy-plugin 3.0.0-M1, need to pass -Daether.checksums.algorithms="SHA256,SHA512" to the maven options On Thu, Apr 29, 2021 at 8:35 PM David Milet wrote: > Hello, > > Maven 3.8.1 picked up new maven-resolver which supports the generation > (and

Maven 3.8.1 + maven-deploy-plugin 3.0.0-M1 and still no SHA256/SHA512

2021-04-29 Thread David Milet
Hello, Maven 3.8.1 picked up new maven-resolver which supports the generation (and I suppose, verification) of SHA256 and SHA512 digests. ( https://issues.apache.org/jira/browse/MRESOLVER-115) However it seems that maven-deploy-plugin 3.0.0-M1 still uses maven-artifact-transfer 0.10.0, which gene

Re: Getting version upgrade advise to upgrade a BOM..

2021-04-29 Thread Tomo Suzuki
Hi Niels, (Thank you for using the libraries-bom! I'm one of the maintainers of the BOM.) I don't know how to do it in Maven. However, I often see people using dependabot or renovatebot integrated with their repositories. An example pull request by renovatebot: https://github.com/googleapis/java-s

Re: [EXTERNAL] https://www.mojohaus.org is down?

2021-04-29 Thread James Klo
Probably here: https://github.com/mojohaus/versions-maven-plugin Jim Klo Senior Software Engineer SRI International > On Apr 29, 2021, at 1:25 PM, Niels Basjes wrote: > > Hi, > > Just now I wanted to lookup the documentation for the versions

Re: Getting version upgrade advise to upgrade a BOM..

2021-04-29 Thread Delany
Is it this https://github.com/mojohaus/versions-maven-plugin/issues/395 Regards, Delany On Thu, 29 Apr 2021, 22:22 Niels Basjes, wrote: > Hi, > > I see quite a few situations where the dependencies for toolkit are > provided in the form of a dependency you must "import" in > the dependencyManag

https://www.mojohaus.org is down?

2021-04-29 Thread Niels Basjes
Hi, Just now I wanted to lookup the documentation for the versions-maven-plugin yet I found that website https://www.mojohaus.org/versions-maven-plugin/ to be offline (or more precise: I get a github error). I have no clue where to report this (other than this mailing list). -- Best regards / M

Getting version upgrade advise to upgrade a BOM..

2021-04-29 Thread Niels Basjes
Hi, I see quite a few situations where the dependencies for toolkit are provided in the form of a dependency you must "import" in the dependencyManagement section. They provide this to ensure you always have a working combination for a lot of closely related dependencies. To illustrate the proble