mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1829: Correct versions of dependencies for remaining 1.5.2 versioned extensions.
This commit is contained in:
@@ -26,14 +26,14 @@
|
|||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>guacamole-auth-ban</artifactId>
|
<artifactId>guacamole-auth-ban</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.5.2</version>
|
<version>1.5.3</version>
|
||||||
<name>guacamole-auth-ban</name>
|
<name>guacamole-auth-ban</name>
|
||||||
<url>http://guacamole.apache.org/</url>
|
<url>http://guacamole.apache.org/</url>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>extensions</artifactId>
|
<artifactId>extensions</artifactId>
|
||||||
<version>1.5.2</version>
|
<version>1.5.3</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>guacamole-ext</artifactId>
|
<artifactId>guacamole-ext</artifactId>
|
||||||
<version>1.5.2</version>
|
<version>1.5.3</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
|
|
||||||
<!-- Exclude transitive dependencies that will be overridden by
|
<!-- Exclude transitive dependencies that will be overridden by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"guacamoleVersion" : "1.5.2",
|
"guacamoleVersion" : "1.5.3",
|
||||||
|
|
||||||
"name" : "Brute-force Authentication Detection/Prevention",
|
"name" : "Brute-force Authentication Detection/Prevention",
|
||||||
"namespace" : "ban",
|
"namespace" : "ban",
|
||||||
|
@@ -63,7 +63,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>guacamole-auth-sso-ssl</artifactId>
|
<artifactId>guacamole-auth-sso-ssl</artifactId>
|
||||||
<version>1.5.2</version>
|
<version>1.5.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@@ -26,14 +26,14 @@
|
|||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>guacamole-auth-sso-ssl</artifactId>
|
<artifactId>guacamole-auth-sso-ssl</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.5.2</version>
|
<version>1.5.3</version>
|
||||||
<name>guacamole-auth-sso-ssl</name>
|
<name>guacamole-auth-sso-ssl</name>
|
||||||
<url>http://guacamole.apache.org/</url>
|
<url>http://guacamole.apache.org/</url>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>guacamole-auth-sso</artifactId>
|
<artifactId>guacamole-auth-sso</artifactId>
|
||||||
<version>1.5.2</version>
|
<version>1.5.3</version>
|
||||||
<relativePath>../../</relativePath>
|
<relativePath>../../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"guacamoleVersion" : "1.5.2",
|
"guacamoleVersion" : "1.5.3",
|
||||||
|
|
||||||
"name" : "SSL Authentication Extension",
|
"name" : "SSL Authentication Extension",
|
||||||
"namespace" : "ssl",
|
"namespace" : "ssl",
|
||||||
|
@@ -26,14 +26,14 @@
|
|||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>guacamole-display-statistics</artifactId>
|
<artifactId>guacamole-display-statistics</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.5.2</version>
|
<version>1.5.3</version>
|
||||||
<name>guacamole-display-statistics</name>
|
<name>guacamole-display-statistics</name>
|
||||||
<url>http://guacamole.apache.org/</url>
|
<url>http://guacamole.apache.org/</url>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.guacamole</groupId>
|
<groupId>org.apache.guacamole</groupId>
|
||||||
<artifactId>extensions</artifactId>
|
<artifactId>extensions</artifactId>
|
||||||
<version>1.5.2</version>
|
<version>1.5.3</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"guacamoleVersion" : "1.5.2",
|
"guacamoleVersion" : "1.5.3",
|
||||||
|
|
||||||
"name" : "Display Statistic Toolbar",
|
"name" : "Display Statistic Toolbar",
|
||||||
"namespace" : "display-stats",
|
"namespace" : "display-stats",
|
||||||
|
Reference in New Issue
Block a user