GUAC-855: Bump version numbers to 0.9.3 where applicable.

This commit is contained in:
Michael Jumper
2014-09-19 11:35:55 -07:00
parent bb4865783b
commit d44ee06f4c
6 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole</artifactId>
<packaging>war</packaging>
<version>0.9.2</version>
<version>0.9.3</version>
<name>guacamole</name>
<url>http://guac-dev.org/</url>
@@ -115,7 +115,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
<!-- Guacamole Extension API -->
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>