diff --git a/doc/guacamole-example/pom.xml b/doc/guacamole-example/pom.xml index 6829ef2a3..c9bd3ed7c 100644 --- a/doc/guacamole-example/pom.xml +++ b/doc/guacamole-example/pom.xml @@ -5,7 +5,7 @@ org.glyptodon.guacamole guacamole-example war - 0.9.7 + 0.9.8 guacamole-example http://guac-dev.org/ @@ -74,7 +74,7 @@ org.glyptodon.guacamole guacamole-common-js - 0.9.7 + 0.9.8 zip runtime diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml index 1556f21da..9db12d731 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml @@ -15,7 +15,7 @@ org.glyptodon.guacamole guacamole-auth-jdbc - 0.9.7 + 0.9.8 ../../ diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/pom.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/pom.xml index 1990f0d6f..dfdaf3846 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/pom.xml +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/pom.xml @@ -15,7 +15,7 @@ org.glyptodon.guacamole guacamole-auth-jdbc - 0.9.7 + 0.9.8 ../../ @@ -74,7 +74,7 @@ org.glyptodon.guacamole guacamole-auth-jdbc-base - 0.9.7 + 0.9.8 diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/guac-manifest.json index 26e678433..4519da4ff 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/guac-manifest.json @@ -1,6 +1,6 @@ { - "guacamoleVersion" : "0.9.7", + "guacamoleVersion" : "0.9.8", "name" : "MySQL Authentication", "namespace" : "guac-mysql", diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/pom.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/pom.xml index c7151bdc0..be74e2f5d 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/pom.xml +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/pom.xml @@ -15,7 +15,7 @@ org.glyptodon.guacamole guacamole-auth-jdbc - 0.9.7 + 0.9.8 ../../ @@ -74,7 +74,7 @@ org.glyptodon.guacamole guacamole-auth-jdbc-base - 0.9.7 + 0.9.8 diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/resources/guac-manifest.json index 7ff5ad16d..275ae227e 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/resources/guac-manifest.json @@ -1,6 +1,6 @@ { - "guacamoleVersion" : "0.9.7", + "guacamoleVersion" : "0.9.8", "name" : "PostgreSQL Authentication", "namespace" : "guac-postgresql", diff --git a/extensions/guacamole-auth-jdbc/pom.xml b/extensions/guacamole-auth-jdbc/pom.xml index 17e4a22dc..e4074e5d9 100644 --- a/extensions/guacamole-auth-jdbc/pom.xml +++ b/extensions/guacamole-auth-jdbc/pom.xml @@ -7,7 +7,7 @@ org.glyptodon.guacamole guacamole-auth-jdbc pom - 0.9.7 + 0.9.8 guacamole-auth-jdbc http://guac-dev.org/ @@ -62,7 +62,7 @@ org.glyptodon.guacamole guacamole-ext - 0.9.7 + 0.9.8 provided diff --git a/extensions/guacamole-auth-ldap/pom.xml b/extensions/guacamole-auth-ldap/pom.xml index d5175be8e..9af6f4c9e 100644 --- a/extensions/guacamole-auth-ldap/pom.xml +++ b/extensions/guacamole-auth-ldap/pom.xml @@ -5,7 +5,7 @@ org.glyptodon.guacamole guacamole-auth-ldap jar - 0.9.7 + 0.9.8 guacamole-auth-ldap http://guac-dev.org/ @@ -91,7 +91,7 @@ org.glyptodon.guacamole guacamole-ext - 0.9.7 + 0.9.8 provided diff --git a/extensions/guacamole-auth-ldap/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-ldap/src/main/resources/guac-manifest.json index 5aed8a65c..606ccd051 100644 --- a/extensions/guacamole-auth-ldap/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-ldap/src/main/resources/guac-manifest.json @@ -1,6 +1,6 @@ { - "guacamoleVersion" : "0.9.7", + "guacamoleVersion" : "0.9.8", "name" : "LDAP Authentication", "namespace" : "guac-ldap", diff --git a/extensions/guacamole-auth-noauth/pom.xml b/extensions/guacamole-auth-noauth/pom.xml index 39eb76f4e..649d732fe 100644 --- a/extensions/guacamole-auth-noauth/pom.xml +++ b/extensions/guacamole-auth-noauth/pom.xml @@ -5,7 +5,7 @@ org.glyptodon.guacamole guacamole-auth-noauth jar - 0.9.7 + 0.9.8 guacamole-auth-noauth http://guacamole.sourceforge.net/ @@ -91,7 +91,7 @@ org.glyptodon.guacamole guacamole-ext - 0.9.7 + 0.9.8 provided diff --git a/extensions/guacamole-auth-noauth/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-noauth/src/main/resources/guac-manifest.json index 565455432..8656db97f 100644 --- a/extensions/guacamole-auth-noauth/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-noauth/src/main/resources/guac-manifest.json @@ -1,6 +1,6 @@ { - "guacamoleVersion" : "0.9.7", + "guacamoleVersion" : "0.9.8", "name" : "Disabled Authentication", "namespace" : "guac-noauth", diff --git a/guacamole-common-js/pom.xml b/guacamole-common-js/pom.xml index 0471cf358..e387b3468 100644 --- a/guacamole-common-js/pom.xml +++ b/guacamole-common-js/pom.xml @@ -5,7 +5,7 @@ org.glyptodon.guacamole guacamole-common-js pom - 0.9.7 + 0.9.8 guacamole-common-js http://guac-dev.org/ diff --git a/guacamole-ext/pom.xml b/guacamole-ext/pom.xml index 12a889d94..39095721b 100644 --- a/guacamole-ext/pom.xml +++ b/guacamole-ext/pom.xml @@ -5,7 +5,7 @@ org.glyptodon.guacamole guacamole-ext jar - 0.9.7 + 0.9.8 guacamole-ext http://guac-dev.org/ diff --git a/guacamole/pom.xml b/guacamole/pom.xml index 29b177aec..2ea1b039c 100644 --- a/guacamole/pom.xml +++ b/guacamole/pom.xml @@ -5,7 +5,7 @@ org.glyptodon.guacamole guacamole war - 0.9.7 + 0.9.8 guacamole http://guac-dev.org/ @@ -227,14 +227,14 @@ org.glyptodon.guacamole guacamole-ext - 0.9.7 + 0.9.8 org.glyptodon.guacamole guacamole-common-js - 0.9.7 + 0.9.8 zip runtime diff --git a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/ExtensionModule.java b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/ExtensionModule.java index dbf8bfc1e..3e8c70af3 100644 --- a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/ExtensionModule.java +++ b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/extension/ExtensionModule.java @@ -65,7 +65,7 @@ public class ExtensionModule extends ServletModule { private static final List ALLOWED_GUACAMOLE_VERSIONS = Collections.unmodifiableList(Arrays.asList( "*", - "0.9.7" + "0.9.8" )); /** diff --git a/pom.xml b/pom.xml index 3404351a2..3096f9386 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.glyptodon.guacamole guacamole-client pom - 0.9.7 + 0.9.8 guacamole-client http://guac-dev.org/