Allow logout button to work where no Java app used
[guacamole.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 66c1e94..3892fd9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,9 +5,9 @@
     <groupId>net.sourceforge.guacamole</groupId>
     <artifactId>guacamole</artifactId>
     <packaging>war</packaging>
-    <version>0.6.0</version>
+    <version>0.6.1</version>
     <name>guacamole</name>
-    <url>http://guacamole.sourceforge.net/</url>
+    <url>http://guac-dev.org/</url>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common</artifactId>
-            <version>0.6.0</version>
+            <version>0.6.1</version>
         </dependency>
 
-        <!-- Guacamole Authentication API -->
+        <!-- Guacamole Extension API -->
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
-            <artifactId>guacamole-auth</artifactId>
-            <version>0.6.0</version>
+            <artifactId>guacamole-ext</artifactId>
+            <version>0.6.1</version>
         </dependency>
 
         <!-- Guacamole JavaScript API -->
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common-js</artifactId>
-            <version>0.6.0</version>
+            <version>0.6.1</version>
             <type>zip</type>
             <scope>runtime</scope>
         </dependency>