GUACAMOLE-197: Bump version to 0.9.14 and remove incubating stuff.

This commit is contained in:
Nick Couchman
2018-01-01 17:29:55 -05:00
parent 45f9815eed
commit adc574f890
3 changed files with 4 additions and 11 deletions

View File

@@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-radius</artifactId>
<packaging>jar</packaging>
<version>0.9.13-incubating</version>
<version>0.9.14</version>
<name>guacamole-auth-radius</name>
<url>http://guacamole.incubator.apache.org/</url>
@@ -190,7 +190,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.10-incubating</version>
<version>0.9.14</version>
<scope>provided</scope>
</dependency>
@@ -198,7 +198,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.13-incubating</version>
<version>0.9.14</version>
<scope>provided</scope>
</dependency>

View File

@@ -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.

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "0.9.13-incubating",
"guacamoleVersion" : "0.9.14",
"name" : "RADIUS Authentication Backend",
"namespace" : "radius",