GUAC-1392: Bump version to 0.9.9 within all pom.xml (all projects were modified for this release).

This commit is contained in:
Michael Jumper
2015-12-15 12:58:22 -08:00
parent b587a39fe5
commit 6a77c39c68
12 changed files with 25 additions and 25 deletions

View File

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