Skip to content

Commit

Permalink
Merge pull request #9 from fdellwing/master
Browse files Browse the repository at this point in the history
Update to 1.5.0
  • Loading branch information
GreenRover authored Feb 23, 2023
2 parents 915867e + aaea1c6 commit 13783f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-userfiles</artifactId>
<packaging>jar</packaging>
<version>1.4.0</version>
<version>1.5.0</version>
<name>guacamole-auth-userfiles</name>
<url>http://www.mst.ch/</url>

Expand Down Expand Up @@ -84,15 +84,15 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>

<!-- Guacamole Extension API -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/guac-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "1.4.0",
"guacamoleVersion" : "1.5.0",

"name" : "User files Authentication",
"namespace" : "guac-userfiles",
Expand Down

0 comments on commit 13783f7

Please sign in to comment.