Updated guacamole-common.

This commit is contained in:
Michael Jumper
2012-10-15 10:49:57 -07:00
parent 650ae27d19
commit 8b172d4af5
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2012-10-15 Michael Jumper <zhangmaike@users.sourceforge.net>
* Updated to latest guacamole-common
2012-08-11 Michael Jumper <zhangmaike@users.sourceforge.net> 2012-08-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Improved documentation * Improved documentation

View File

@@ -5,7 +5,7 @@
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-ext</artifactId> <artifactId>guacamole-ext</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.6.1</version> <version>0.6.2</version>
<name>guacamole-ext</name> <name>guacamole-ext</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>
@@ -43,7 +43,7 @@
<dependency> <dependency>
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<version>0.6.1</version> <version>0.6.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>