Hi. > [...] > > Distribution files and release notes: > https://dist.apache.org/repos/dist/dev/commons/math/ > > To verify the integrity of the distribution files, you can > > 1. download them with the command > $ wget -nH --cut-dirs=8 \ > > https://dist.apache.org/repos/dist/dev/commons/math/4.0-beta1-RC1/binaries/commons-math-4.0-beta1-bin.tar.gz > \ > > https://dist.apache.org/repos/dist/dev/commons/math/4.0-beta1-RC1/binaries/commons-math-4.0-beta1-bin.zip > \ > > https://dist.apache.org/repos/dist/dev/commons/math/4.0-beta1-RC1/source/commons-math-4.0-beta1-src.tar.gz > \ > > https://dist.apache.org/repos/dist/dev/commons/math/4.0-beta1-RC1/source/commons-math-4.0-beta1-src.zip >
There is a glitch here: Prefix in those file names should have been commons-math4 but it is commons-math The names can be fixed while copying to the "release" directory of the "dist" server, without side-effects (I think). But I don't know what (the "commons-release-plugin" ?) picked which variable, and where, rather than the element (in the main "pom.xml"): <commons.release.name>commons-math4-${project.version}</commons.release.name> that seems intended (?) to match the release file names. [Of course, this issue wouldn't show up in the 1.x release of a component.] Gilles > [...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org