You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ro...@apache.org on 2018/01/12 15:59:03 UTC

[11/18] james-project git commit: JAMES-2281 Mailet API dependency in mailet quickstart was outdated

JAMES-2281 Mailet API dependency in mailet quickstart was outdated


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/01fe84bc
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/01fe84bc
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/01fe84bc

Branch: refs/heads/master
Commit: 01fe84bca9f1dcd10a508b6b2253cbd6953b6657
Parents: 13f41d1
Author: benwa <bt...@linagora.com>
Authored: Mon Jan 8 14:11:17 2018 +0700
Committer: Raphael Ouazana <ra...@linagora.com>
Committed: Fri Jan 12 16:49:39 2018 +0100

----------------------------------------------------------------------
 src/site/markdown/mailet/quickstart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/01fe84bc/src/site/markdown/mailet/quickstart.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/mailet/quickstart.md b/src/site/markdown/mailet/quickstart.md
index 6af09d5..7e8e699 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>2.5.0</version>
+        <version>3.0.1</version>
     </dependency>
     <!-- other dependencies -->
 </dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org