mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1174: Bump version numbers to 0.9.7.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<groupId>org.glyptodon.guacamole</groupId>
|
||||
<artifactId>guacamole</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<name>guacamole</name>
|
||||
<url>http://guac-dev.org/</url>
|
||||
|
||||
@@ -230,21 +230,21 @@
|
||||
<dependency>
|
||||
<groupId>org.glyptodon.guacamole</groupId>
|
||||
<artifactId>guacamole-common</artifactId>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guacamole Extension API -->
|
||||
<dependency>
|
||||
<groupId>org.glyptodon.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guacamole JavaScript API -->
|
||||
<dependency>
|
||||
<groupId>org.glyptodon.guacamole</groupId>
|
||||
<artifactId>guacamole-common-js</artifactId>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.7</version>
|
||||
<type>zip</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
@@ -88,7 +88,7 @@ public class ExtensionManifest {
|
||||
|
||||
/**
|
||||
* Returns the version of the Guacamole web application for which the
|
||||
* extension was built, such as "0.9.6".
|
||||
* extension was built, such as "0.9.7".
|
||||
*
|
||||
* @return
|
||||
* The version of the Guacamole web application for which the extension
|
||||
@@ -100,7 +100,7 @@ public class ExtensionManifest {
|
||||
|
||||
/**
|
||||
* Sets the version of the Guacamole web application for which the
|
||||
* extension was built, such as "0.9.6".
|
||||
* extension was built, such as "0.9.7".
|
||||
*
|
||||
* @param guacamoleVersion
|
||||
* The version of the Guacamole web application for which the extension
|
||||
|
@@ -64,7 +64,7 @@ public class ExtensionModule extends ServletModule {
|
||||
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
||||
Collections.unmodifiableList(Arrays.asList(
|
||||
"*",
|
||||
"0.9.6"
|
||||
"0.9.7"
|
||||
));
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user