JAMES-2507 Download page should link James server 3.1.0 artifacts
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1e40071d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1e40071d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1e40071d Branch: refs/heads/master Commit: 1e40071d8af1232b17a8c90edf4973faba8cf7a6 Parents: afd22f0 Author: benwa <[email protected]> Authored: Tue Jul 31 10:17:17 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Aug 13 10:14:56 2018 +0700 ---------------------------------------------------------------------- src/site/xdoc/download.xml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/1e40071d/src/site/xdoc/download.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml index 4933c2e..e486ed1 100644 --- a/src/site/xdoc/download.xml +++ b/src/site/xdoc/download.xml @@ -139,7 +139,7 @@ is found <a href='https://www.apache.org/licenses/exports/'>here</a>. <section name='Apache James Server'> - <subsection name="Apache James 3.0.1 is the stable version"> + <subsection name="Apache James 3.1.0 is the stable version"> <div class="ui-widget"> <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice"> @@ -159,14 +159,26 @@ is found <a href='https://www.apache.org/licenses/exports/'>here</a>. <ul> <li>Source code (ZIP Format): - <a href="https://www.apache.org/dyn/closer.lua/james/server/james-server-sources-3.0.1.zip">apache-james-3.0.1-app.zip</a> - [<a href="https://apache.org/dist/james/server/james-server-sources-3.0.1.zip.sha1">SHA-1</a>] - [<a href="https://apache.org/dist/james/server/james-server-sources-3.0.1.zip.asc">PGP</a>]</li> - - <li>Binary (ZIP Format): - <a href="https://www.apache.org/dyn/closer.lua/james/server/james-server-app-3.0.1-app.zip">apache-james-3.0.1-app.zip</a> - [<a href="https://apache.org/dist/james/server/james-server-app-3.0.1-app.zip.sha1">SHA-1</a>] - [<a href="https://apache.org/dist/james/server/james-server-app-3.0.1-app.zip.sig">PGP</a>] + <a href="https://www.apache.org/dyn/closer.lua/james/server/james-server-sources-3.1.0.zip">apache-james-3.1.0-app.zip</a> + [<a href="https://apache.org/dist/james/server/james-server-sources-3.1.0.zip.sha1">SHA-1</a>] + [<a href="https://apache.org/dist/james/server/james-server-sources-3.1.0.zip.asc">PGP</a>]</li> + + <li>Binary (ZIP Format) for Spring wiring: + <a href="https://www.apache.org/dyn/closer.lua/james/server/james-server-app-3.1.0-app.zip">apache-james-3.1.0-app.zip</a> + [<a href="https://apache.org/dist/james/server/james-server-app-3.1.0-app.zip.sha1">SHA-1</a>] + [<a href="https://apache.org/dist/james/server/james-server-app-3.1.0-app.zip.asc">PGP</a>] + </li> + + <li>Binary (ZIP Format) for JPA guice wiring: + <a href="https://www.apache.org/dyn/closer.lua/james/server/james-jpa-guice-3.1.0.zip">james-jpa-guice-3.1.0.zip</a> + [<a href="https://apache.org/dist/james/server/james-jpa-guice-3.1.0.zip.sha1">SHA-1</a>] + [<a href="https://apache.org/dist/james/server/james-jpa-guice-3.1.0.zip.asc">PGP</a>] + </li> + + <li>Binary (ZIP Format) for JPA SMTP guice wiring: + <a href="https://www.apache.org/dyn/closer.lua/james/server/james-jpa-smtp-guice-3.1.0.zip">james-jpa-smtp-guice-3.1.0.zip</a> + [<a href="https://apache.org/dist/james/server/james-jpa-smtp-guice-3.1.0.zip.sha1">SHA-1</a>] + [<a href="https://apache.org/dist/james/server/james-jpa-smtp-guice-3.1.0.zip.asc">PGP</a>] </li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
