JAMES-1789 Mailet news should be part of James news
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/fcfb1f7c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/fcfb1f7c Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/fcfb1f7c Branch: refs/heads/master Commit: fcfb1f7cea072626aeaacb818d12accbfac3427d Parents: 4eb95d6 Author: benwa <[email protected]> Authored: Sat Jun 10 10:39:47 2017 +0700 Committer: benwa <[email protected]> Committed: Wed Jun 14 15:01:45 2017 +0700 ---------------------------------------------------------------------- .../_posts/2012-12-08-mailet-2.5.0.markdown | 12 ++++++ src/site/xdoc/mailet/index.xml | 39 -------------------- 2 files changed, 12 insertions(+), 39 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/fcfb1f7c/src/homepage/_posts/2012-12-08-mailet-2.5.0.markdown ---------------------------------------------------------------------- diff --git a/src/homepage/_posts/2012-12-08-mailet-2.5.0.markdown b/src/homepage/_posts/2012-12-08-mailet-2.5.0.markdown new file mode 100644 index 0000000..9c5d907 --- /dev/null +++ b/src/homepage/_posts/2012-12-08-mailet-2.5.0.markdown @@ -0,0 +1,12 @@ +--- +layout: post +title: "Apache James Mailet 2.5.0 Released" +date: 2012-12-08 16:13:22 +0200 +categories: james update +--- + +Apache Mailet 2.5.0 released. + +This release brings all components under the same project so future releases will be made with +all of them. All Mailet artifact have the same version, names that start with apache-mailet-* +and are OSGi bundles. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/james-project/blob/fcfb1f7c/src/site/xdoc/mailet/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mailet/index.xml b/src/site/xdoc/mailet/index.xml index 9e501fa..1321f2a 100644 --- a/src/site/xdoc/mailet/index.xml +++ b/src/site/xdoc/mailet/index.xml @@ -44,45 +44,6 @@ <a href='http://james.apache.org/download.cgi'>here</a>. </p> </subsection> - <subsection name='News'> - <ul> - <li>2012 December - - <a href="http://james.apache.org/mailet/">Apache Mailet</a> - 2.5.0 released. - This release brings all components under the same project so future releases will be made with - all of them. All Mailet artifact have the same version, names that start with apache-mailet-* - and are OSGi bundles. - </li> - <li>2009 May - - <a href='http://james.apache.org/mailet/crypto' rel='tag'>Apache Crypto Mailets</a> - 1.0 released. This package contains mailets which encode, decode, sign and verify mail - plus cryptology utilities. This code has previously been bundled with - <a href='http://james.apache.org/server'>Apache James Server</a>. - For more information, see the - <a href='http://james.apache.org/mailet/crypto/release-notes.html'>release notes</a>. - </li> - <li>2009 Apr - - <a href='http://james.apache.org/mailet/base/' rel='tag'>Apache Mailet Base</a> - 1.0 released. Mailbox base is a basic mailet toolkit. This code has previously been bundled with - <a href='http://james.apache.org/server'>Apache James Server</a>. - For more information, see the - <a href='http://james.apache.org/mailet/base/release-notes.html'>release notes</a>. - </li> - <li>2009 Feb - - <a href='http://james.apache.org/mailet/mailetdocs-maven-plugin/' rel='tag'>MailetDocs</a> - <a href='http://maven.apache.org' rel='tag'>Maven</a> - Plugin 0.1 released. This is the first - release of this catalog generator. - For more information, see the - <a href='http://james.apache.org/mailet/mailetdocs-maven-plugin/release-notes.html'>release - notes</a>. - </li> - <li>2009 Jan - - <a href='http://james.apache.org/mailet/api/index.html' rel='tag'>Apache Mailet 2.4</a> - released. Available<a href='http://james.apache.org/download.cgi'>here</a>. - </li> - </ul> - </subsection> </section> <section name='Further Information'> <ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
