Use larger image with background for devices which extract bookmark icon from "apple...
[guacamole.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 72e019a..78e46a0 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.6.0</version>
-    <name>guacamole-default-webapp</name>
-    <url>http://guacamole.sourceforge.net/</url>
+    <name>guacamole</name>
+    <url>http://guac-dev.org/</url>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
             <version>0.6.0</version>
         </dependency>
 
-        <!-- Guacamole Authentication API -->
+        <!-- Guacamole Extension API -->
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
-            <artifactId>guacamole-common-auth</artifactId>
+            <artifactId>guacamole-ext</artifactId>
             <version>0.6.0</version>
         </dependency>