Bump guacamole-common-js to correct version.
diff --git a/doc/guacamole-example/pom.xml b/doc/guacamole-example/pom.xml
index 97ae6e8..53cefdf 100644
--- a/doc/guacamole-example/pom.xml
+++ b/doc/guacamole-example/pom.xml
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.glyptodon.guacamole</groupId>
             <artifactId>guacamole-common-js</artifactId>
-            <version>0.7.3</version>
+            <version>0.7.4</version>
             <type>zip</type>
             <scope>runtime</scope>
         </dependency>
diff --git a/guacamole-common-js/pom.xml b/guacamole-common-js/pom.xml
index 42f5fd6..2ede1ea 100644
--- a/guacamole-common-js/pom.xml
+++ b/guacamole-common-js/pom.xml
@@ -5,7 +5,7 @@
     <groupId>org.glyptodon.guacamole</groupId>
     <artifactId>guacamole-common-js</artifactId>
     <packaging>pom</packaging>
-    <version>0.7.3</version>
+    <version>0.7.4</version>
     <name>guacamole-common-js</name>
     <url>http://guac-dev.org/</url>
 
diff --git a/guacamole/pom.xml b/guacamole/pom.xml
index 3a07fcb..f8afcbf 100644
--- a/guacamole/pom.xml
+++ b/guacamole/pom.xml
@@ -129,7 +129,7 @@
         <dependency>
             <groupId>org.glyptodon.guacamole</groupId>
             <artifactId>guacamole-common-js</artifactId>
-            <version>0.7.3</version>
+            <version>0.7.4</version>
             <type>zip</type>
             <scope>runtime</scope>
         </dependency>