Skip to content

Commit

Permalink
GUACAMOLE-1767: Merge corrected parent project version to 1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuehlner authored Apr 10, 2023
2 parents 56c6e50 + 520edb3 commit a987612
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions extensions/guacamole-auth-ban/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-ban</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>guacamole-auth-ban</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<scope>provided</scope>

<!-- Exclude transitive dependencies that will be overridden by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.0",
"guacamoleVersion" : "1.5.1",

"name" : "Brute-force Authentication Detection/Prevention",
"namespace" : "ban",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-ssl</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-ssl</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>guacamole-auth-sso-ssl</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>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.0",
"guacamoleVersion" : "1.5.1",

"name" : "SSL Authentication Extension",
"namespace" : "ssl",
Expand Down
4 changes: 2 additions & 2 deletions extensions/guacamole-display-statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-display-statistics</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>guacamole-display-statistics</name>
<url>http://guacamole.apache.org/</url>

<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>extensions</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.5.0",
"guacamoleVersion" : "1.5.1",

"name" : "Display Statistic Toolbar",
"namespace" : "display-stats",
Expand Down

0 comments on commit a987612

Please sign in to comment.