Skip to content

Commit 0cf6148

Browse files
committed
Updated for version 0.9.14.
1 parent 83f44d3 commit 0cf6148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.andreasvoegele</groupId>
2222
<artifactId>guacamole-auth-pam</artifactId>
2323
<packaging>jar</packaging>
24-
<version>0.9.13-incubating</version>
24+
<version>0.9.14</version>
2525
<name>guacamole-auth-pam</name>
2626
<url>https://github.com/voegelas/guacamole-auth-pam</url>
2727

@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.apache.guacamole</groupId>
101101
<artifactId>guacamole-ext</artifactId>
102-
<version>0.9.13-incubating</version>
102+
<version>0.9.14</version>
103103
<scope>provided</scope>
104104
</dependency>
105105

src/main/resources/guac-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22

3-
"guacamoleVersion" : "0.9.13-incubating",
3+
"guacamoleVersion" : "0.9.14",
44

55
"name" : "PAM Authentication Extension",
66
"namespace" : "guac-pam",

0 commit comments

Comments
 (0)