GUACAMOLE-195: Correct common version in extension pom.xml file.
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/3b27e466 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/3b27e466 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/3b27e466 Branch: refs/heads/master Commit: 3b27e466768e46b71e5f8a05b979226788095cc7 Parents: ab27739 Author: Nick Couchman <[email protected]> Authored: Mon Jan 30 08:21:43 2017 -0500 Committer: Nick Couchman <[email protected]> Committed: Tue Jan 31 22:23:05 2017 -0500 ---------------------------------------------------------------------- extensions/guacamole-auth-http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/3b27e466/extensions/guacamole-auth-http/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-http/pom.xml b/extensions/guacamole-auth-http/pom.xml index 6893e16..85aea3c 100644 --- a/extensions/guacamole-auth-http/pom.xml +++ b/extensions/guacamole-auth-http/pom.xml @@ -104,7 +104,7 @@ <dependency> <groupId>org.apache.guacamole</groupId> <artifactId>guacamole-common</artifactId> - <version>0.9.11-incubating</version> + <version>0.9.10-incubating</version> <scope>provided</scope> </dependency>
