moved distribution module to end
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/2670242f Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/2670242f Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/2670242f Branch: refs/heads/master Commit: 2670242f0d065bf2deb521f337d7a2d8b705b0b2 Parents: 0f82e09 Author: rawkintrevo <[email protected]> Authored: Tue Aug 1 09:27:37 2017 -0500 Committer: rawkintrevo <[email protected]> Committed: Tue Aug 1 09:27:37 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/2670242f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a57c2df..e054941 100644 --- a/pom.xml +++ b/pom.xml @@ -841,11 +841,11 @@ <module>hdfs</module> <module>mr</module> <module>examples</module> - <module>distribution</module> <module>math-scala</module> <module>spark</module> <module>h2o</module> <module>integration</module> + <module>distribution</module> </modules> <profiles>
