mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1: Replace version 0.9.9 with version 0.9.9-incubating.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>0.9.9</version>
|
||||
<version>0.9.9-incubating</version>
|
||||
<name>guacamole</name>
|
||||
<url>http://guac-dev.org/</url>
|
||||
|
||||
@@ -221,21 +221,21 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common</artifactId>
|
||||
<version>0.9.9</version>
|
||||
<version>0.9.9-incubating</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guacamole Extension API -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-ext</artifactId>
|
||||
<version>0.9.9</version>
|
||||
<version>0.9.9-incubating</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guacamole JavaScript API -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-common-js</artifactId>
|
||||
<version>0.9.9</version>
|
||||
<version>0.9.9-incubating</version>
|
||||
<type>zip</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
@@ -65,7 +65,7 @@ public class ExtensionModule extends ServletModule {
|
||||
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
||||
Collections.unmodifiableList(Arrays.asList(
|
||||
"*",
|
||||
"0.9.9"
|
||||
"0.9.9-incubating"
|
||||
));
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user