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-auth-ldap</artifactId>
<packaging>jar</packaging>
<version>0.9.8</version>
<version>0.9.9</version>
<name>guacamole-auth-ldap</name>
<url>http://guac-dev.org/</url>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.7</version>
<version>0.9.9</version>
<scope>provided</scope>
</dependency>
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
<scope>provided</scope>
</dependency>