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

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/039c5120
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/039c5120
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/039c5120

Branch: refs/heads/staging/1.0.0
Commit: 039c5120dfcba506141b6be0a34c154e8537ce2a
Parents: fc63007
Author: Nick Couchman <vn...@apache.org>
Authored: Mon Jan 1 16:53:31 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Jun 1 13:40:50 2018 -0400

----------------------------------------------------------------------
 extensions/guacamole-auth-quickconnect/pom.xml                | 6 +++---
 .../guacamole-auth-quickconnect/src/licenses/DISCLAIMER       | 7 -------
 .../src/main/resources/guac-manifest.json                     | 2 +-
 3 files changed, 4 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/039c5120/extensions/guacamole-auth-quickconnect/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-quickconnect/pom.xml 
b/extensions/guacamole-auth-quickconnect/pom.xml
index fdf04c7..87ee7bd 100644
--- a/extensions/guacamole-auth-quickconnect/pom.xml
+++ b/extensions/guacamole-auth-quickconnect/pom.xml
@@ -26,9 +26,9 @@
     <groupId>org.apache.guacamole</groupId>
     <artifactId>guacamole-auth-quickconnect</artifactId>
     <packaging>jar</packaging>
-    <version>0.9.13-incubating</version>
+    <version>0.9.14</version>
     <name>guacamole-auth-quickconnect</name>
-    <url>http://guacamole.incubator.apache.org/</url>
+    <url>http://guacamole.apache.org/</url>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -181,7 +181,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>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/039c5120/extensions/guacamole-auth-quickconnect/src/licenses/DISCLAIMER
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-quickconnect/src/licenses/DISCLAIMER 
b/extensions/guacamole-auth-quickconnect/src/licenses/DISCLAIMER
deleted file mode 100644
index 1a9c3be..0000000
--- a/extensions/guacamole-auth-quickconnect/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.

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/039c5120/extensions/guacamole-auth-quickconnect/src/main/resources/guac-manifest.json
----------------------------------------------------------------------
diff --git 
a/extensions/guacamole-auth-quickconnect/src/main/resources/guac-manifest.json 
b/extensions/guacamole-auth-quickconnect/src/main/resources/guac-manifest.json
index 46fad88..62dd3bb 100644
--- 
a/extensions/guacamole-auth-quickconnect/src/main/resources/guac-manifest.json
+++ 
b/extensions/guacamole-auth-quickconnect/src/main/resources/guac-manifest.json
@@ -1,5 +1,5 @@
 {
-    "guacamoleVersion" : "0.9.13-incubating",
+    "guacamoleVersion" : "0.9.14",
 
     "name"             : "Adhoc Guacamole Connections",
     "namespace"        : "quickconnect",

Reply via email to