GUACAMOLE-1886: Bump version numbers to 1.5.4.

This commit is contained in:
Mike Jumper
2023-11-22 12:55:32 -08:00
parent 88049fe8fe
commit 90ea156625
49 changed files with 99 additions and 98 deletions

View File

@@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-example</artifactId>
<packaging>war</packaging>
<version>1.5.3</version>
<version>1.5.4</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.5.3</version>
<version>1.5.4</version>
<scope>compile</scope>
</dependency>
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>