GUAC-855: Update version numbers of packages which depend on 0.9.3.

This commit is contained in:
Michael Jumper
2014-09-19 11:50:14 -07:00
parent d44ee06f4c
commit 52a35ab0b1
4 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-ldap</artifactId>
<packaging>jar</packaging>
<version>0.9.2</version>
<version>0.9.3</version>
<name>guacamole-auth-ldap</name>
<url>http://guac-dev.org/</url>
@@ -57,14 +57,14 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
<!-- Guacamole Extension API -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
<!-- JLDAP -->

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-mysql</artifactId>
<packaging>jar</packaging>
<version>0.9.2</version>
<version>0.9.3</version>
<name>guacamole-auth-mysql</name>
<url>http://guac-dev.org/</url>
@@ -83,14 +83,14 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
<!-- Guacamole Extension API -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
<!-- SLF4J - logging -->

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-noauth</artifactId>
<packaging>jar</packaging>
<version>0.9.2</version>
<version>0.9.3</version>
<name>guacamole-auth-noauth</name>
<url>http://guacamole.sourceforge.net/</url>
@@ -57,14 +57,14 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
<!-- Guacamole Extension API -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
</dependencies>

View File

@@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<packaging>jar</packaging>
<version>0.9.2</version>
<version>0.9.3</version>
<name>guacamole-ext</name>
<url>http://guac-dev.org/</url>
@@ -108,7 +108,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
<scope>compile</scope>
</dependency>