This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-site.git
commit 0cbecc905d42b2da81b079c5884f79e76fd31583 Author: Martin Stockhammer <[email protected]> AuthorDate: Tue Apr 30 17:00:59 2019 +0200 Improving news --- src/site/xdoc/index.xml.vm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/site/xdoc/index.xml.vm b/src/site/xdoc/index.xml.vm index 96586e8..4739d6d 100644 --- a/src/site/xdoc/index.xml.vm +++ b/src/site/xdoc/index.xml.vm @@ -39,7 +39,9 @@ <div class="newsBox"> <div class="hero-unit"> <span class="bignumber badge badge-warning">NEW</span> - <p><strong>${archivaReleaseDate} release of ${archivaReleaseVersion} is ready for download <href a="http://archiva.apache.org/download.html"/> </strong>. We recommend to update to the new version.</p> + <p><strong>${archivaReleaseDate}: The new Apache Archiva release version ${archivaReleaseVersion} is ready for download <href a="http://archiva.apache.org/download.html"/> </strong>. + This is a bugfix release. Please have a look at the <a href="http://archiva.apache.org/docs/2.2.4/release-notes.html">release notes</a> for further information. + As this release contains <strong>security fixes</strong>, we recommend to update to the new version immediately. </p> </div> </div> </div>
