Repository: guacamole-manual
Updated Branches:
  refs/heads/staging/0.9.14 da3aa5e66 -> 3a177d72e


GUACAMOLE-436: Remove -incubating suffix from existing references to 0.9.14.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/07cd047a
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/07cd047a
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/07cd047a

Branch: refs/heads/staging/0.9.14
Commit: 07cd047a8c6985ed7d6c3cecb399cdfb41dfd584
Parents: 4bd67a0
Author: Michael Jumper <mjum...@apache.org>
Authored: Fri Dec 29 13:08:23 2017 -0800
Committer: Michael Jumper <mjum...@apache.org>
Committed: Fri Dec 29 13:17:22 2017 -0800

----------------------------------------------------------------------
 src/chapters/event-listeners.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/07cd047a/src/chapters/event-listeners.xml
----------------------------------------------------------------------
diff --git a/src/chapters/event-listeners.xml b/src/chapters/event-listeners.xml
index 0ba4cd8..3250b6e 100644
--- a/src/chapters/event-listeners.xml
+++ b/src/chapters/event-listeners.xml
@@ -52,7 +52,7 @@
     &lt;groupId>org.apache.guacamole&lt;/groupId>
     &lt;artifactId>guacamole-listener-tutorial&lt;/artifactId>
     &lt;packaging>jar&lt;/packaging>
-    &lt;version>0.9.14-incubating&lt;/version>
+    &lt;version>0.9.14&lt;/version>
     &lt;name>guacamole-listener-tutorial&lt;/name>
 
     &lt;properties>
@@ -82,7 +82,7 @@
         &lt;dependency>
             &lt;groupId>org.apache.guacamole&lt;/groupId>
             &lt;artifactId>guacamole-ext&lt;/artifactId>
-            &lt;version>0.9.14-incubating&lt;/version>
+            &lt;version>0.9.14&lt;/version>
             &lt;scope>provided&lt;/scope>
         &lt;/dependency>
 
@@ -159,7 +159,7 @@ public class TutorialListener implements Listener {
             <title>The required <filename>guac-manifest.json</filename></title>
             <programlisting>{
 
-    "guacamoleVersion" : "0.9.14-incubating",
+    "guacamoleVersion" : "0.9.14",
 
     "name"      : "Tutorial Listener Extension",
     "namespace" : "guac-listener-tutorial",
@@ -179,7 +179,7 @@ public class TutorialListener implements Listener {
             <screen><prompt>$</prompt> mvn package
 <computeroutput>[INFO] Scanning for projects...
 [INFO] ---------------------------------------------------------------
-[INFO] Building guacamole-listener-tutorial 0.9.14-incubating
+[INFO] Building guacamole-listener-tutorial 0.9.14
 [INFO] ---------------------------------------------------------------
 ...
 [INFO] ---------------------------------------------------------------
@@ -193,7 +193,7 @@ public class TutorialListener implements Listener {
         </informalexample>
         <para>Assuming you see the "<computeroutput>BUILD 
SUCCESS</computeroutput>" message when you
             build the extension, there will be a new file,
-                
<filename>target/guacamole-listener-tutorial-0.9.14-incubating.jar</filename>, 
which can be
+                
<filename>target/guacamole-listener-tutorial-0.9.14.jar</filename>, which can be
             installed within Guacamole (see <xref 
xmlns:xlink="http://www.w3.org/1999/xlink";
                 linkend="custom-listener-installing"/> at the end of this 
chapter). It should log
             event notifications that occur during, for example, authentication 
attempts.
@@ -341,7 +341,7 @@ public class TutorialListener implements Listener {
             will be the <filename>.guacamole</filename> directory within the 
home directory of the
             user running Tomcat.</para>
         <para>To install your extension, copy the
-            
<filename>target/guacamole-listener-tutorial-0.9.14-incubating.jar</filename> 
file into
+            <filename>target/guacamole-listener-tutorial-0.9.14.jar</filename> 
file into
             <filename>GUACAMOLE_HOME/extensions</filename> and restart Tomcat. 
Guacamole will
             automatically load your extension, logging an informative message 
that it has done
             so:</para>

Reply via email to