Repository: mina-sshd
Updated Branches:
  refs/heads/master 7bd6f9cf7 -> 43465dea3


List main modules in root POM in logical order of compilation


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/43465dea
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/43465dea
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/43465dea

Branch: refs/heads/master
Commit: 43465dea31ffba3231f065bf9fd552bbd2b118f3
Parents: 653b02a
Author: Lyor Goldstein <[email protected]>
Authored: Wed Jun 20 21:09:15 2018 +0300
Committer: Lyor Goldstein <[email protected]>
Committed: Wed Jun 20 21:09:47 2018 +0300

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/43465dea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e205602..045db64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1044,10 +1044,10 @@
 
     <modules>
         <module>sshd-core</module>
-        <module>sshd-scp</module>
-        <module>sshd-sftp</module>
         <module>sshd-mina</module>
         <module>sshd-netty</module>
+        <module>sshd-scp</module>
+        <module>sshd-sftp</module>
         <module>sshd-ldap</module>
         <module>sshd-git</module>
         <module>sshd-contrib</module>

Reply via email to