GUAC-1018: Bump version to 0.9.5.

This commit is contained in:
Michael Jumper
2015-02-15 17:29:39 -08:00
parent a630960f60
commit 0bfdea2543
8 changed files with 14 additions and 14 deletions

View File

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