You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/08/15 12:57:25 UTC

[commons-beanutils] 02/02: (docs) updates to site, scm location, sha256 hash

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 <ch...@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>


Re: [commons-beanutils] 02/02: (docs) updates to site, scm location, sha256 hash

Posted by Rob Tompkins <ch...@gmail.com>.
The only difference between the generated download file and my updated 
one is that the generated one puts sha1 signatures on the files because 
of an older version of the build plugin. I suppose I could upversion the 
build plugin to ensure that I only get 256 signatures. But I think that 
point will be moot as soon as we release 2.X (which I plan to do sooner 
than later) because that's on the latest version of all of our plugins.


-Rob

On 8/15/2019 9:11 AM, sebb wrote:
> The download xml file is generated from the pom, so the pom must be fixed too.
>
> On Thu, 15 Aug 2019 at 13:57, <ch...@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 <ch...@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [commons-beanutils] 02/02: (docs) updates to site, scm location, sha256 hash

Posted by sebb <se...@gmail.com>.
The download xml file is generated from the pom, so the pom must be fixed too.

On Thu, 15 Aug 2019 at 13:57, <ch...@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 <ch...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org