From adc574f890f736bede0ced125ce8a627d7d55a54 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Mon, 1 Jan 2018 17:29:55 -0500 Subject: [PATCH] GUACAMOLE-197: Bump version to 0.9.14 and remove incubating stuff. --- extensions/guacamole-auth-radius/pom.xml | 6 +++--- extensions/guacamole-auth-radius/src/licenses/DISCLAIMER | 7 ------- .../src/main/resources/guac-manifest.json | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 extensions/guacamole-auth-radius/src/licenses/DISCLAIMER 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",