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,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole</artifactId>
<packaging>war</packaging>
<version>1.3.0</version>
<version>1.4.0</version>
<name>guacamole</name>
<url>http://guacamole.apache.org/</url>
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-client</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../</relativePath>
</parent>
@@ -237,14 +237,14 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
<!-- Guacamole JavaScript API -->
<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>

View File

@@ -66,7 +66,8 @@ public class ExtensionModule extends ServletModule {
"1.0.0",
"1.1.0",
"1.2.0",
"1.3.0"
"1.3.0",
"1.4.0"
));
/**