Update ChangeLog, bump version.

This commit is contained in:
Michael Jumper
2012-10-15 10:53:41 -07:00
parent 70d456f9a7
commit ae131b8af0
2 changed files with 9 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole</artifactId>
<packaging>war</packaging>
<version>0.6.1</version>
<version>0.6.2</version>
<name>guacamole</name>
<url>http://guac-dev.org/</url>
@@ -81,21 +81,21 @@
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
</dependency>
<!-- Guacamole Extension API -->
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
</dependency>
<!-- Guacamole JavaScript API -->
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>