GUACAMOLE-1785: Bump version numbers to 1.5.2.

This commit is contained in:
Mike Jumper
2023-05-17 16:43:01 -07:00
parent ab6d296e13
commit 0631ff9689
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.1</version>
<version>1.5.2</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.1</version>
<version>1.5.2</version>
<scope>compile</scope>
</dependency>
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>

View File

@@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-playback-example</artifactId>
<packaging>war</packaging>
<version>1.5.1</version>
<version>1.5.2</version>
<name>guacamole-playback-example</name>
<url>http://guacamole.apache.org/</url>
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>