Updating to guacamole 0.9.3 (only references updated right now, have to

check how this works now)
This commit is contained in:
Adolfo Gómez García 2014-11-09 17:09:31 +01:00
parent 8ccf48564a
commit a3760c0e8a

View File

@ -7,7 +7,7 @@
<groupId>org.openuds.server</groupId>
<artifactId>transport</artifactId>
<packaging>war</packaging>
<version>1.5.0</version>
<version>1.7.0</version>
<name>Guacamole Transport</name>
<url>http://openuds.org/</url>
@ -24,8 +24,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
@ -62,7 +62,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.0</version>
<version>0.9.3</version>
<scope>compile</scope>
</dependency>
@ -70,7 +70,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.9.1</version>
<version>0.9.3</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>