Merge 1.5.0 changes back to master.

This commit is contained in:
Mike Jumper
2023-01-10 21:52:26 -08:00
90 changed files with 638 additions and 359 deletions

View File

@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<relativePath>../../</relativePath>
</parent>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
</dependencies>

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "1.4.0",
"guacamoleVersion" : "1.5.0",
"name" : "SQLServer Authentication",
"namespace" : "sqlserver",