diff --git a/extensions/guacamole-auth-radius/pom.xml b/extensions/guacamole-auth-radius/pom.xml
index 69d171d40..f1c26f1e2 100644
--- a/extensions/guacamole-auth-radius/pom.xml
+++ b/extensions/guacamole-auth-radius/pom.xml
@@ -26,7 +26,7 @@
org.apache.guacamole
guacamole-auth-radius
jar
- 0.9.13-incubating
+ 0.9.14
guacamole-auth-radius
http://guacamole.incubator.apache.org/
@@ -190,7 +190,7 @@
org.apache.guacamole
guacamole-common
- 0.9.10-incubating
+ 0.9.14
provided
@@ -198,7 +198,7 @@
org.apache.guacamole
guacamole-ext
- 0.9.13-incubating
+ 0.9.14
provided
diff --git a/extensions/guacamole-auth-radius/src/licenses/DISCLAIMER b/extensions/guacamole-auth-radius/src/licenses/DISCLAIMER
deleted file mode 100644
index 1a9c3be8d..000000000
--- a/extensions/guacamole-auth-radius/src/licenses/DISCLAIMER
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache Guacamole is an effort undergoing incubation at The Apache Software
-Foundation (ASF). Incubation is required of all newly accepted projects until a
-further review indicates that the infrastructure, communications, and decision
-making process have stabilized in a manner consistent with other successful ASF
-projects. While incubation status is not necessarily a reflection of the
-completeness or stability of the code, it does indicate that the project has
-yet to be fully endorsed by the ASF.
diff --git a/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
index f8c011104..4f4bca058 100644
--- a/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
+++ b/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
@@ -1,6 +1,6 @@
{
- "guacamoleVersion" : "0.9.13-incubating",
+ "guacamoleVersion" : "0.9.14",
"name" : "RADIUS Authentication Backend",
"namespace" : "radius",