Bump version.

This commit is contained in:
Michael Jumper
2012-10-23 00:48:30 -07:00
parent 8b172d4af5
commit d13014a481

View File

@@ -5,7 +5,7 @@
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-ext</artifactId> <artifactId>guacamole-ext</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.6.2</version> <version>0.7.0</version>
<name>guacamole-ext</name> <name>guacamole-ext</name>
<url>http://guac-dev.org/</url> <url>http://guac-dev.org/</url>
@@ -43,7 +43,7 @@
<dependency> <dependency>
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<version>0.6.2</version> <version>0.7.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>