From aaea1c6a62272054fd14397344262b3d89e52372 Mon Sep 17 00:00:00 2001 From: Fabian Dellwing Date: Thu, 23 Feb 2023 08:02:10 +0100 Subject: [PATCH] Update to 1.5.0 --- pom.xml | 6 +++--- src/main/resources/guac-manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2492e89..4e146a6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.apache.guacamole guacamole-auth-userfiles jar - 1.4.0 + 1.5.0 guacamole-auth-userfiles http://www.mst.ch/ @@ -84,7 +84,7 @@ org.apache.guacamole guacamole-common - 1.4.0 + 1.5.0 provided @@ -92,7 +92,7 @@ org.apache.guacamole guacamole-ext - 1.4.0 + 1.5.0 provided diff --git a/src/main/resources/guac-manifest.json b/src/main/resources/guac-manifest.json index c392956..a0c1095 100644 --- a/src/main/resources/guac-manifest.json +++ b/src/main/resources/guac-manifest.json @@ -1,6 +1,6 @@ { - "guacamoleVersion" : "1.4.0", + "guacamoleVersion" : "1.5.0", "name" : "User files Authentication", "namespace" : "guac-userfiles",