GUACAMOLE-195: Fix ordering of extensions in pom.xml.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/89145b9e Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/89145b9e Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/89145b9e Branch: refs/heads/master Commit: 89145b9ee9b12af4ec92cdabf0e92c81d3585414 Parents: e890819 Author: Nick Couchman <[email protected]> Authored: Mon Jan 30 13:29:37 2017 -0500 Committer: Nick Couchman <[email protected]> Committed: Tue Jan 31 22:23:26 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/89145b9e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 27dbc3c..555535f 100644 --- a/pom.xml +++ b/pom.xml @@ -50,10 +50,10 @@ <!-- Authentication extensions --> <module>extensions/guacamole-auth-duo</module> + <module>extensions/guacamole-auth-http</module> <module>extensions/guacamole-auth-jdbc</module> <module>extensions/guacamole-auth-ldap</module> <module>extensions/guacamole-auth-noauth</module> - <module>extensions/guacamole-auth-http</module> <!-- Example web application using the Guacamole APIs --> <module>doc/guacamole-example</module>
