Allow logout button to work where no Java app used
[guacamole.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f232fb6..3892fd9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,11 +3,11 @@
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.sourceforge.guacamole</groupId>
-    <artifactId>guacamole-default-webapp</artifactId>
+    <artifactId>guacamole</artifactId>
     <packaging>war</packaging>
-    <version>0.5.0</version>
-    <name>guacamole-default-webapp</name>
-    <url>http://guacamole.sourceforge.net/</url>
+    <version>0.6.1</version>
+    <name>guacamole</name>
+    <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.4.0</version>
-            <scope>compile</scope>
+            <version>0.6.1</version>
         </dependency>
 
-        <!-- Guacamole Authentication API -->
+        <!-- Guacamole Extension API -->
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
-            <artifactId>guacamole-common-auth</artifactId>
-            <version>0.5.0</version>
-            <scope>compile</scope>
+            <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.4.0</version>
+            <version>0.6.1</version>
             <type>zip</type>
             <scope>runtime</scope>
         </dependency>