novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

maven-enforcer-plugin checks wrong versions #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Recently dependencies were updated to newer versions but enforcer still checks 
the old versions.

I've anticipated this happening. This is why I requested in the design phase of 
our checking to be able to leave out the version number so that it always 
checks the same version being used in the dependency mechanism.

Ultimately, I think this kind of checking needs to go into Maven itself, so you 
can specifiy checksums in the <dependencies> section.

Original issue reported on code.google.com by andreas....@gmail.com on 26 Sep 2013 at 11:54

GoogleCodeExporter commented 9 years ago
Fixed in commit 17d52aa404bf85a3063297f9a68de57225cd8aab.

Original comment by andreas....@gmail.com on 6 Feb 2014 at 10:41