Updated version numbers to 0.4.0

This commit is contained in:
Michael Jumper
2011-05-27 13:45:29 -07:00
parent eb8da4d644
commit 31fcba137b
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-default-webapp</artifactId>
<packaging>war</packaging>
<version>0.3.0</version>
<version>0.4.0</version>
<name>guacamole-default-webapp</name>
<url>http://guacamole.sourceforge.net/</url>
@@ -63,14 +63,14 @@
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>