GUACAMOLE-210: Update to 0.9.11-incubating API.
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/254639f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/254639f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/254639f6 Branch: refs/heads/master Commit: 254639f6e9d4a2f48b971245e69a74ae42ac9dd4 Parents: c5bd339 Author: Michael Jumper <[email protected]> Authored: Sun Feb 19 11:06:49 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Mon Sep 25 13:06:43 2017 -0700 ---------------------------------------------------------------------- extensions/guacamole-auth-openid/pom.xml | 4 ++-- .../guacamole-auth-openid/src/main/resources/guac-manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/254639f6/extensions/guacamole-auth-openid/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-openid/pom.xml b/extensions/guacamole-auth-openid/pom.xml index fa819c8..eec5941 100644 --- a/extensions/guacamole-auth-openid/pom.xml +++ b/extensions/guacamole-auth-openid/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.guacamole</groupId> <artifactId>guacamole-auth-openid</artifactId> <packaging>jar</packaging> - <version>0.9.9-incubating</version> + <version>0.9.11-incubating</version> <name>guacamole-auth-openid</name> <url>http://guacamole.incubator.apache.org/</url> @@ -82,7 +82,7 @@ <dependency> <groupId>org.apache.guacamole</groupId> <artifactId>guacamole-ext</artifactId> - <version>0.9.9-incubating</version> + <version>0.9.11-incubating</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/254639f6/extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json index cc74547..add9607 100644 --- a/extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json @@ -1,6 +1,6 @@ { - "guacamoleVersion" : "0.9.9-incubating", + "guacamoleVersion" : "0.9.11-incubating", "name" : "OAuth Authentication Extension", "namespace" : "guac-oauth",
