Migrate authentication to new API, bump version.

This commit is contained in:
Michael Jumper
2013-01-28 12:41:52 -08:00
committed by Michael Jumper
parent 3216895490
commit 958eedb76b
5 changed files with 84 additions and 40 deletions

View File

@@ -5,7 +5,7 @@
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole</artifactId>
<packaging>war</packaging>
<version>0.7.1</version>
<version>0.8.0</version>
<name>guacamole</name>
<url>http://guac-dev.org/</url>
@@ -88,7 +88,7 @@
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
<!-- Guacamole JavaScript API -->