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

@@ -15,7 +15,7 @@
<parent>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
<relativePath>../../</relativePath>
</parent>

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
<relativePath>../../</relativePath>
</parent>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
</dependency>
</dependencies>

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
<relativePath>../../</relativePath>
</parent>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
</dependency>
</dependencies>

View File

@@ -7,7 +7,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<packaging>pom</packaging>
<version>0.9.8</version>
<version>0.9.9</version>
<name>guacamole-auth-jdbc</name>
<url>http://guac-dev.org/</url>
@@ -62,7 +62,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>