GUAC-1280: Bump version numbers to 0.9.8 where appropriate.

This commit is contained in:
Michael Jumper
2015-09-03 20:45:55 -07:00
parent fa1567f528
commit 5f5b9f5cb8
16 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole</artifactId>
<packaging>war</packaging>
<version>0.9.7</version>
<version>0.9.8</version>
<name>guacamole</name>
<url>http://guac-dev.org/</url>
@@ -227,14 +227,14 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
</dependency>
<!-- Guacamole JavaScript API -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>

View File

@@ -65,7 +65,7 @@ public class ExtensionModule extends ServletModule {
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
Collections.unmodifiableList(Arrays.asList(
"*",
"0.9.7"
"0.9.8"
));
/**