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

@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>../../</relativePath>
</parent>
@@ -42,21 +42,21 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-cas</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
<!-- OpenID Authentication Extension -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-openid</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
<!-- SAML Authentication Extension -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-saml</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
</dependencies>