We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f44d3 commit 0cf6148Copy full SHA for 0cf6148
2 files changed
pom.xml
@@ -21,7 +21,7 @@
21
<groupId>com.andreasvoegele</groupId>
22
<artifactId>guacamole-auth-pam</artifactId>
23
<packaging>jar</packaging>
24
- <version>0.9.13-incubating</version>
+ <version>0.9.14</version>
25
<name>guacamole-auth-pam</name>
26
<url>https://github.com/voegelas/guacamole-auth-pam</url>
27
@@ -99,7 +99,7 @@
99
<dependency>
100
<groupId>org.apache.guacamole</groupId>
101
<artifactId>guacamole-ext</artifactId>
102
103
<scope>provided</scope>
104
</dependency>
105
src/main/resources/guac-manifest.json
@@ -1,6 +1,6 @@
1
{
2
3
- "guacamoleVersion" : "0.9.13-incubating",
+ "guacamoleVersion" : "0.9.14",
4
5
"name" : "PAM Authentication Extension",
6
"namespace" : "guac-pam",
0 commit comments