FWIW, I make the release date the same day on which I cut the RC tag. Gary
On Fri, Mar 11, 2022 at 6:42 AM <ma...@apache.org> wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-daemon.git > > > The following commit(s) were added to refs/heads/master by this push: > new 6f57823 Set best guess of 1.3.0 release date to 1 week from today > 6f57823 is described below > > commit 6f57823a4de738be3355839f0220394a1742aa19 > Author: Mark Thomas <ma...@apache.org> > AuthorDate: Fri Mar 11 11:42:29 2022 +0000 > > Set best guess of 1.3.0 release date to 1 week from today > --- > src/changes/changes.xml | 2 +- > src/native/unix/man/jsvc.1.xml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > index 1e978d9..0a86948 100644 > --- a/src/changes/changes.xml > +++ b/src/changes/changes.xml > @@ -38,7 +38,7 @@ > <title>Apache Commons Daemon Release Notes</title> > </properties> > <body> > - <release version="1.3.0" date="2022-03-TBD" description="Bug fix > release"> > + <release version="1.3.0" date="2022-03-18" description="Bug fix > release"> > <!-- FIX --> > <action issue="DAEMON-430" type="fix" dev="jfclere"> > Procrun. --StopTimeout can be used to define the time that > procrun waits for service to exit, > diff --git a/src/native/unix/man/jsvc.1.xml > b/src/native/unix/man/jsvc.1.xml > index bf632cd..3f6b0ac 100644 > --- a/src/native/unix/man/jsvc.1.xml > +++ b/src/native/unix/man/jsvc.1.xml > @@ -21,7 +21,7 @@ > <refmeta> > <refentrytitle>JSVC</refentrytitle> > <manvolnum>1</manvolnum> > - <refmiscinfo class='date'>2022-03-TBD</refmiscinfo> > + <refmiscinfo class='date'>2022-03-18</refmiscinfo> > <refmiscinfo class='source'>Jsvc version 1.3.0</refmiscinfo> > <refmiscinfo class='manual'>Apache Commons Daemon > project</refmiscinfo> > </refmeta> >