GUAC-1174: Bump version numbers to 0.9.7.

This commit is contained in:
Michael Jumper
2015-06-08 16:47:22 -07:00
parent 7171f86f37
commit f41c7a7b1a
18 changed files with 32 additions and 32 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-example</artifactId> <artifactId>guacamole-example</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>0.9.6</version> <version>0.9.7</version>
<name>guacamole-example</name> <name>guacamole-example</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>
@@ -66,7 +66,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
@@ -74,7 +74,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId> <artifactId>guacamole-common-js</artifactId>
<version>0.9.5</version> <version>0.9.7</version>
<type>zip</type> <type>zip</type>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>

View File

@@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId> <artifactId>guacamole-auth-jdbc</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<relativePath>../../</relativePath> <relativePath>../../</relativePath>
</parent> </parent>

View File

@@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId> <artifactId>guacamole-auth-jdbc</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<relativePath>../../</relativePath> <relativePath>../../</relativePath>
</parent> </parent>
@@ -74,7 +74,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId> <artifactId>guacamole-auth-jdbc-base</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -1,6 +1,6 @@
{ {
"guacamoleVersion" : "0.9.6", "guacamoleVersion" : "0.9.7",
"name" : "MySQL Authentication", "name" : "MySQL Authentication",
"namespace" : "guac-mysql", "namespace" : "guac-mysql",

View File

@@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId> <artifactId>guacamole-auth-jdbc</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<relativePath>../../</relativePath> <relativePath>../../</relativePath>
</parent> </parent>
@@ -74,7 +74,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId> <artifactId>guacamole-auth-jdbc-base</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -1,6 +1,6 @@
{ {
"guacamoleVersion" : "0.9.6", "guacamoleVersion" : "0.9.7",
"name" : "PostgreSQL Authentication", "name" : "PostgreSQL Authentication",
"namespace" : "guac-postgresql", "namespace" : "guac-postgresql",

View File

@@ -7,7 +7,7 @@
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId> <artifactId>guacamole-auth-jdbc</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.9.6</version> <version>0.9.7</version>
<name>guacamole-auth-jdbc</name> <name>guacamole-auth-jdbc</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>
@@ -62,7 +62,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId> <artifactId>guacamole-ext</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-ldap</artifactId> <artifactId>guacamole-auth-ldap</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.9.6</version> <version>0.9.7</version>
<name>guacamole-auth-ldap</name> <name>guacamole-auth-ldap</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>
@@ -83,7 +83,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@@ -91,7 +91,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId> <artifactId>guacamole-ext</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@@ -1,6 +1,6 @@
{ {
"guacamoleVersion" : "0.9.6", "guacamoleVersion" : "0.9.7",
"name" : "LDAP Authentication", "name" : "LDAP Authentication",
"namespace" : "guac-ldap", "namespace" : "guac-ldap",

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-noauth</artifactId> <artifactId>guacamole-auth-noauth</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.9.6</version> <version>0.9.7</version>
<name>guacamole-auth-noauth</name> <name>guacamole-auth-noauth</name>
<url>http://guacamole.sourceforge.net/</url> <url>http://guacamole.sourceforge.net/</url>
@@ -83,7 +83,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@@ -91,7 +91,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId> <artifactId>guacamole-ext</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@@ -1,6 +1,6 @@
{ {
"guacamoleVersion" : "0.9.6", "guacamoleVersion" : "0.9.7",
"name" : "Disabled Authentication", "name" : "Disabled Authentication",
"namespace" : "guac-noauth", "namespace" : "guac-noauth",

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId> <artifactId>guacamole-common-js</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.9.5</version> <version>0.9.7</version>
<name>guacamole-common-js</name> <name>guacamole-common-js</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.9.6</version> <version>0.9.7</version>
<name>guacamole-common</name> <name>guacamole-common</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId> <artifactId>guacamole-ext</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.9.6</version> <version>0.9.7</version>
<name>guacamole-ext</name> <name>guacamole-ext</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>
@@ -116,7 +116,7 @@
<dependency> <dependency>
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<version>0.9.6</version> <version>0.9.7</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>

View File

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

View File

@@ -88,7 +88,7 @@ public class ExtensionManifest {
/** /**
* Returns the version of the Guacamole web application for which the * 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 * @return
* The version of the Guacamole web application for which the extension * 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 * 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 * @param guacamoleVersion
* The version of the Guacamole web application for which the extension * The version of the Guacamole web application for which the extension

View File

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

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId> <groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-client</artifactId> <artifactId>guacamole-client</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.9.6</version> <version>0.9.7</version>
<name>guacamole-client</name> <name>guacamole-client</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>