GUACAMOLE-38: Update to 0.9.14 and remove incubating references.

This commit is contained in:
Nick Couchman
2018-01-01 16:53:31 -05:00
parent fc63007e59
commit 039c5120df
3 changed files with 4 additions and 11 deletions

View File

@@ -26,9 +26,9 @@
<groupId>org.apache.guacamole</groupId> <groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-quickconnect</artifactId> <artifactId>guacamole-auth-quickconnect</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.9.13-incubating</version> <version>0.9.14</version>
<name>guacamole-auth-quickconnect</name> <name>guacamole-auth-quickconnect</name>
<url>http://guacamole.incubator.apache.org/</url> <url>http://guacamole.apache.org/</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -181,7 +181,7 @@
<dependency> <dependency>
<groupId>org.apache.guacamole</groupId> <groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId> <artifactId>guacamole-ext</artifactId>
<version>0.9.13-incubating</version> <version>0.9.14</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </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,5 +1,5 @@
{ {
"guacamoleVersion" : "0.9.13-incubating", "guacamoleVersion" : "0.9.14",
"name" : "Adhoc Guacamole Connections", "name" : "Adhoc Guacamole Connections",
"namespace" : "quickconnect", "namespace" : "quickconnect",