Repository: james-project Updated Branches: refs/heads/master 1fa297ce3 -> 0edd794a7
Update progress.json Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/0edd794a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/0edd794a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/0edd794a Branch: refs/heads/master Commit: 0edd794a7ce51927d887078e32b4598a2563165e Parents: 1fa297c Author: Tellier Benoit <[email protected]> Authored: Fri Jan 13 09:36:29 2017 +0700 Committer: Benoit Tellier <[email protected]> Committed: Fri Jan 13 09:38:09 2017 +0700 ---------------------------------------------------------------------- james3-roadmap-progress/progress.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/0edd794a/james3-roadmap-progress/progress.json ---------------------------------------------------------------------- diff --git a/james3-roadmap-progress/progress.json b/james3-roadmap-progress/progress.json index a9c3345..3d0d780 100644 --- a/james3-roadmap-progress/progress.json +++ b/james3-roadmap-progress/progress.json @@ -48,12 +48,12 @@ }, { "name" : "Make sure default (JPA + Lucene) backends work well", - "completion" : 90, + "completion" : 100, "complexity" : 10 }, { "name" : "Implement a Guice JPA + Lucene module", - "completion" : 50, + "completion" : 80, "complexity" : 5 }, { @@ -74,9 +74,9 @@ { "name": "Mailet refactor", "children": [ - {"name": "AbstractNotify", "completion": 80, "complexity" : 10}, + {"name": "AbstractNotify", "completion": 100, "complexity" : 10}, {"name": "LocalDelivery", "completion": 100, "complexity" : 10}, - {"name": "RemoteDelivery", "completion": 25, "complexity" : 10}, + {"name": "RemoteDelivery", "completion": 100, "complexity" : 10}, {"name": "RecipientRewriteTable", "completion": 100, "complexity" : 5}, {"name": "All other mailets", "completion": 100, "complexity" : 25} ], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
