The download xml file is generated from the pom, so the pom must be fixed too.
On Thu, 15 Aug 2019 at 13:57, <chtom...@apache.org> wrote: > > This is an automated email from the ASF dual-hosted git repository. > > chtompki pushed a commit to branch 1.X > in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git > > commit c9bbfb7b16e89ac9cf68998db7ddd796f4f81932 > Author: Rob Tompkins <chtom...@gmail.com> > AuthorDate: Thu Aug 15 08:57:08 2019 -0400 > > (docs) updates to site, scm location, sha256 hash > --- > pom.xml | 6 +++--- > src/site/xdoc/download_beanutils.xml | 10 +++++----- > 2 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/pom.xml b/pom.xml > index 1a4c70d..8f1ebc0 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -79,9 +79,9 @@ > </issueManagement> > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_3_RC3</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_3_RC3</developerConnection> > - > <url>http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_9_3_RC3</url> > + > <connection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-beanutils.git</connection> > + > <developerConnection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-beanutils.git</developerConnection> > + <url>https://gitbox.apache.org/repos/asf?p=commons-beanutils.git</url> > </scm> > > <distributionManagement> > diff --git a/src/site/xdoc/download_beanutils.xml > b/src/site/xdoc/download_beanutils.xml > index 48f45f6..397bea3 100644 > --- a/src/site/xdoc/download_beanutils.xml > +++ b/src/site/xdoc/download_beanutils.xml > @@ -102,7 +102,7 @@ limitations under the License. > It is essential that you > <a href="https://www.apache.org/info/verification.html">verify the > integrity</a> > of downloaded files, preferably using the <code>PGP</code> signature > (<code>*.asc</code> files); > - failing that using the <code>SHA512</code> hash > (<code>*.sha512</code> checksum files). > + failing that using the <code>SHA256</code> hash > (<code>*.sha256</code> checksum files). > </p> > <p> > The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> > @@ -116,12 +116,12 @@ limitations under the License. > <table> > <tr> > <td><a > href="[preferred]/commons/beanutils/binaries/commons-beanutils-1.9.4-bin.tar.gz">commons-beanutils-1.9.4-bin.tar.gz</a></td> > - <td><a > href="https://www.apache.org/dist/commons/beanutils/binaries/commons-beanutils-1.9.4-bin.tar.gz.sha512">sha512</a></td> > + <td><a > href="https://www.apache.org/dist/commons/beanutils/binaries/commons-beanutils-1.9.4-bin.tar.gz.sha256">sha256</a></td> > <td><a > href="https://www.apache.org/dist/commons/beanutils/binaries/commons-beanutils-1.9.4-bin.tar.gz.asc">pgp</a></td> > </tr> > <tr> > <td><a > href="[preferred]/commons/beanutils/binaries/commons-beanutils-1.9.4-bin.zip">commons-beanutils-1.9.4-bin.zip</a></td> > - <td><a > href="https://www.apache.org/dist/commons/beanutils/binaries/commons-beanutils-1.9.4-bin.zip.sha512">sha512</a></td> > + <td><a > href="https://www.apache.org/dist/commons/beanutils/binaries/commons-beanutils-1.9.4-bin.zip.sha256">sha256</a></td> > <td><a > href="https://www.apache.org/dist/commons/beanutils/binaries/commons-beanutils-1.9.4-bin.zip.asc">pgp</a></td> > </tr> > </table> > @@ -130,12 +130,12 @@ limitations under the License. > <table> > <tr> > <td><a > href="[preferred]/commons/beanutils/source/commons-beanutils-1.9.4-src.tar.gz">commons-beanutils-1.9.4-src.tar.gz</a></td> > - <td><a > href="https://www.apache.org/dist/commons/beanutils/source/commons-beanutils-1.9.4-src.tar.gz.sha512">sha512</a></td> > + <td><a > href="https://www.apache.org/dist/commons/beanutils/source/commons-beanutils-1.9.4-src.tar.gz.sha256">sha256</a></td> > <td><a > href="https://www.apache.org/dist/commons/beanutils/source/commons-beanutils-1.9.4-src.tar.gz.asc">pgp</a></td> > </tr> > <tr> > <td><a > href="[preferred]/commons/beanutils/source/commons-beanutils-1.9.4-src.zip">commons-beanutils-1.9.4-src.zip</a></td> > - <td><a > href="https://www.apache.org/dist/commons/beanutils/source/commons-beanutils-1.9.4-src.zip.sha512">sha512</a></td> > + <td><a > href="https://www.apache.org/dist/commons/beanutils/source/commons-beanutils-1.9.4-src.zip.sha256">sha256</a></td> > <td><a > href="https://www.apache.org/dist/commons/beanutils/source/commons-beanutils-1.9.4-src.zip.asc">pgp</a></td> > </tr> > </table> > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org