Repository: james-project Updated Branches: refs/heads/master a9cda9e90 -> 53e5c9384
JAMES-2507 Webasite should advertise version 3.1.0 Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/365357cb Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/365357cb Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/365357cb Branch: refs/heads/master Commit: 365357cb180be036fcc6a9fedd45c52afb102d72 Parents: a9cda9e Author: benwa <[email protected]> Authored: Mon Jul 30 17:17:32 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Aug 13 10:14:13 2018 +0700 ---------------------------------------------------------------------- src/homepage/howTo/mail-processing.html | 2 +- src/homepage/index.html | 4 ++-- src/site/markdown/mailet/quickstart.md | 2 +- src/site/xdoc/server/features.xml | 2 +- src/site/xdoc/server/index.xml | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/365357cb/src/homepage/howTo/mail-processing.html ---------------------------------------------------------------------- diff --git a/src/homepage/howTo/mail-processing.html b/src/homepage/howTo/mail-processing.html index ba09342..d44c289 100644 --- a/src/homepage/howTo/mail-processing.html +++ b/src/homepage/howTo/mail-processing.html @@ -72,7 +72,7 @@ layout: default Hence, we can arrange James standard components listed <a href="/server/dev-provided-mailets.html">here</a> to achieve basic logic. But what if our goals are more complex? What if we need our own processing components?</p> - <p>This page will propose a 'hands on practice' how-to using James 3.0.1. We will implement a custom mailet and a custom matcher, + <p>This page will propose a 'hands on practice' how-to using James 3.1.0. We will implement a custom mailet and a custom matcher, then deploy it in a James server.</p> <p>We need to choose our use case. We will, when a mail is delayed over one day, write a mail to the original sender http://git-wip-us.apache.org/repos/asf/james-project/blob/365357cb/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index 333b3fa..86e69f7 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -105,14 +105,14 @@ layout: default <ul class="james-ul no-padding"> <li class="post-template"><span class="long-arrow-right">→</span><span><b> WHAT WILL YOU TRY:</b><br> - <span>Here you will try James server v 3.0 thanks to an image.This James image has a default configuration + <span>Here you will try James server v 3.1.0 thanks to an image.This James image has a default configuration using JPA (hsqldb) and Lucene. It also includes a default domain named james.local and three default users: user01, user02, user03, with their default password being <i>1234</i>.<br> <i>Note: this James server will respond to IMAP port 143 and SMTP port 25.</i></span></span> </li> <li class="post-template"><span class="long-arrow-right">→</span><span><b>STEPS YOU HAVE TO FOLLOW:</b><br> Pull and run the James image with the following single command:<br><br> - <code class="highlighter-rouge">docker run -p "25:25" -p "143:143" linagora/james-jpa-sample:3.0.1</code> + <code class="highlighter-rouge">docker run -p "25:25" -p "143:143" linagora/james-jpa-sample:3.1.0</code> <br><br> Then, connect this image with for instance, Thunderbird.<br> http://git-wip-us.apache.org/repos/asf/james-project/blob/365357cb/src/site/markdown/mailet/quickstart.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/mailet/quickstart.md b/src/site/markdown/mailet/quickstart.md index 7e8e699..e858c11 100644 --- a/src/site/markdown/mailet/quickstart.md +++ b/src/site/markdown/mailet/quickstart.md @@ -20,7 +20,7 @@ Just include something like this in your *pom.xml* <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mailet-api</artifactId> - <version>3.0.1</version> + <version>3.1.0</version> </dependency> <!-- other dependencies --> </dependencies> http://git-wip-us.apache.org/repos/asf/james-project/blob/365357cb/src/site/xdoc/server/features.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/features.xml b/src/site/xdoc/server/features.xml index e9ed479..cd8cb1d 100644 --- a/src/site/xdoc/server/features.xml +++ b/src/site/xdoc/server/features.xml @@ -30,7 +30,7 @@ <tr> <th>Feature</th> <th>Status</th> - <th>3.0</th> + <th>3.x</th> <th>2.3.x</th> <th>Since</th> <th>First released</th> http://git-wip-us.apache.org/repos/asf/james-project/blob/365357cb/src/site/xdoc/server/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/index.xml b/src/site/xdoc/server/index.xml index f8a2309..b17d827 100644 --- a/src/site/xdoc/server/index.xml +++ b/src/site/xdoc/server/index.xml @@ -40,23 +40,23 @@ <a href="manage.html">manage</a>, <a href="monitor.html">monitor</a> and <a href="dev.html">develop</a> Apache James Server.</p> - <p>Download Apache James Mail Server 3.0.1 and <a href="quick-start.html">quick-start</a> it!</p> + <p>Download Apache James Mail Server 3.1.0 and <a href="quick-start.html">quick-start</a> it!</p> <p> <span class="minibutton btn-download"> <a href="http://james.apache.org/download.cgi#Apache_James_Server"> - <span><span class="icon"></span>Apache James Server 3.0.1</span> + <span><span class="icon"></span>Apache James Server 3.1.0</span> </a> </span> </p> <p>You can also have a look to the last stable version</p> - <p>Apache James Server 3.0.1 represents the leading edge of development. This code stream has many more + <p>Apache James Server 3.1.0 represents the leading edge of development. This code stream has many more features than the 2.3 code, but is not be as well tested in production. Reasonable configuration compatibility has been retained with 2.3.2.</p> - <p>Apache James Server 3.0.1 requires Java 1.6. A migration guide for - users willing to upgrade from 2.3 to 3.0.1 is <a href="upgrade-2.3.html">available</a>. If relying on Guice - wiring, you can use some additional components (Cassandra, ElasticSearch, ...). Guice wiring requires java-8.</p> + <p>Apache James Server 3.1.0 requires Java 1.8. A migration guide for + users willing to upgrade from 2.3 to 3.1.0 is <a href="upgrade-2.3.html">available</a>. If relying on Guice + wiring, you can use some additional components (Cassandra, ElasticSearch, ...).</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
