Bumped versions to 0.5.0.

This commit is contained in:
Michael Jumper
2011-11-04 15:20:01 -07:00
parent 8f7b798586
commit 67412b8666

View File

@@ -81,7 +81,7 @@
<dependency> <dependency>
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<version>0.4.0</version> <version>0.5.0</version>
</dependency> </dependency>
<!-- Guacamole Authentication API --> <!-- Guacamole Authentication API -->
@@ -95,7 +95,7 @@
<dependency> <dependency>
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId> <artifactId>guacamole-common-js</artifactId>
<version>0.4.0</version> <version>0.5.0</version>
<type>zip</type> <type>zip</type>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>