GUAC-938: Bump version numbers for 0.9.4.

This commit is contained in:
Michael Jumper
2015-01-06 15:42:38 -08:00
parent 0d03ad72b0
commit b6a9f6849b
8 changed files with 18 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-mysql</artifactId>
<packaging>jar</packaging>
<version>0.9.3</version>
<version>0.9.4</version>
<name>guacamole-auth-mysql</name>
<url>http://guac-dev.org/</url>
@@ -83,14 +83,14 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.3</version>
<version>0.9.4</version>
</dependency>
<!-- Guacamole Extension API -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.3</version>
<version>0.9.4</version>
</dependency>
<!-- SLF4J - logging -->