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

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

View File

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

View File

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

View File

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

View File

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

View File

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