GUACAMOLE-1411: Bump version numbers to 1.4.0.

This commit is contained in:
Michael Jumper
2021-12-10 23:11:14 -08:00
parent 66e1f1f136
commit 5e9e215356
42 changed files with 85 additions and 84 deletions

View File

@@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-example</artifactId>
<packaging>war</packaging>
<version>1.3.0</version>
<version>1.4.0</version>
<name>guacamole-example</name>
<url>http://guacamole.apache.org/</url>
@@ -106,7 +106,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>