Merge 1.5.1 changes back to master.

This commit is contained in:
Virtually Nick
2023-04-10 10:22:47 -04:00
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.0</version>
<version>1.5.1</version>
<relativePath>../../</relativePath>
</parent>

View File

@@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-cas</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>guacamole-auth-sso-cas</name>
<url>http://guacamole.apache.org/</url>
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../../</relativePath>
</parent>

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "1.5.0",
"guacamoleVersion" : "1.5.1",
"name" : "CAS Authentication Extension",
"namespace" : "cas",

View File

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

View File

@@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-openid</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>guacamole-auth-sso-openid</name>
<url>http://guacamole.apache.org/</url>
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../../</relativePath>
</parent>

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "1.5.0",
"guacamoleVersion" : "1.5.1",
"name" : "OpenID Authentication Extension",
"namespace" : "openid",

View File

@@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-saml</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>guacamole-auth-sso-saml</name>
<url>http://guacamole.apache.org/</url>
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../../</relativePath>
</parent>

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "1.5.0",
"guacamoleVersion" : "1.5.1",
"name" : "SAML Authentication Extension",
"namespace" : "saml",