You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Nathan Hartman <ha...@gmail.com> on 2019/10/29 17:52:19 UTC

Re: svn commit: r1869120 - in /subversion/site/staging: doap.rdf docs/release-notes/1.13.html docs/release-notes/release-history.html download.html index.html news.html

On Tue, Oct 29, 2019 at 1:38 PM <ju...@apache.org> wrote:

> +++ subversion/site/staging/doap.rdf Tue Oct 29 17:38:29 2019
> +        <name>Current 1.13 regular release</name>
> +        <created>2019-11-30</created>
> +        <revision>1.13.0</revision>
>

Should be <created>2019-10-30</created>?

Re: svn commit: r1869120 - in /subversion/site/staging: doap.rdf docs/release-notes/1.13.html docs/release-notes/release-history.html download.html index.html news.html

Posted by Julian Foad <ju...@apache.org>.
Nathan Hartman wrote:
>     +++ subversion/site/staging/doap.rdf Tue Oct 29 17:38:29 2019
>     +        <name>Current 1.13 regular release</name>
>     +        <created>2019-11-30</created>
> 
> Should be <created>2019-10-30</created>?

Good catch. Thanks. r1869128.

A good example of why I want to automate these updates.

- Julian