Repository: incubator-guacamole-manual Updated Branches: refs/heads/master e602d759a -> 5ae718da9
GUACAMOLE-87: Bump guacamole-manual version numbers to 0.9.10-incubating. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/bf47f7cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/bf47f7cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/bf47f7cf Branch: refs/heads/master Commit: bf47f7cf694114f356c63257281578bc51d63802 Parents: e602d75 Author: James Muehlner <[email protected]> Authored: Thu Aug 25 22:21:14 2016 -0700 Committer: James Muehlner <[email protected]> Committed: Thu Aug 25 22:21:14 2016 -0700 ---------------------------------------------------------------------- src/chapters/custom-auth.xml | 14 ++++---- src/chapters/guacamole-ext.xml | 4 +-- src/chapters/installing.xml | 14 ++++---- src/chapters/jdbc-auth.xml | 34 ++++++++++---------- src/chapters/ldap-auth.xml | 4 +-- src/chapters/noauth.xml | 4 +-- src/chapters/yourown.xml | 18 +++++------ src/gug.xml | 10 +++--- tutorials/guacamole-auth-tutorial/pom.xml | 6 ++-- .../src/main/resources/guac-manifest.json | 2 +- tutorials/guacamole-tutorial/pom.xml | 6 ++-- 11 files changed, 58 insertions(+), 58 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/src/chapters/custom-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/custom-auth.xml b/src/chapters/custom-auth.xml index 22e06b6..17694e6 100644 --- a/src/chapters/custom-auth.xml +++ b/src/chapters/custom-auth.xml @@ -58,7 +58,7 @@ <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-auth-tutorial</artifactId> <packaging>jar</packaging> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <name>guacamole-auth-tutorial</name> <url>http://guac-dev.org/</url> @@ -88,7 +88,7 @@ <dependency> <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-common</artifactId> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <scope>provided</scope> </dependency> @@ -96,7 +96,7 @@ <dependency> <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-ext</artifactId> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <scope>provided</scope> </dependency> @@ -180,7 +180,7 @@ public class TutorialAuthenticationProvider extends SimpleAuthenticationProvider <title>The required <filename>guac-manifest.json</filename></title> <programlisting>{ - "guacamoleVersion" : "0.9.9", + "guacamoleVersion" : "0.9.10-incubating", "name" : "Tutorial Authentication Extension", "namespace" : "guac-auth-tutorial", @@ -204,7 +204,7 @@ public class TutorialAuthenticationProvider extends SimpleAuthenticationProvider <screen><prompt>$</prompt> mvn package <computeroutput>[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ -[INFO] Building guacamole-auth-tutorial 0.9.9 +[INFO] Building guacamole-auth-tutorial 0.9.10-incubating [INFO] ------------------------------------------------------------------------ ... [INFO] ------------------------------------------------------------------------ @@ -218,7 +218,7 @@ public class TutorialAuthenticationProvider extends SimpleAuthenticationProvider </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-auth-tutorial-0.9.9.jar</filename>, which can be + <filename>target/guacamole-auth-tutorial-0.9.10-incubating.jar</filename>, which can be installed within Guacamole and tested. If you changed the name or version of the project in the <filename>pom.xml</filename> file, the name of this new <filename>.jar</filename> file will be different, but it can still be found within @@ -480,7 +480,7 @@ public Map<String, GuacamoleConfiguration> user running Tomcat.</para> <para>To install your extension, ensure that the required properties have been added to your <filename>guacamole.properties</filename>, copy the - <filename>target/guacamole-auth-tutorial-0.9.9.jar</filename> file into + <filename>target/guacamole-auth-tutorial-0.9.10-incubating.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> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/src/chapters/guacamole-ext.xml ---------------------------------------------------------------------- diff --git a/src/chapters/guacamole-ext.xml b/src/chapters/guacamole-ext.xml index b42f967..d7904f2 100644 --- a/src/chapters/guacamole-ext.xml +++ b/src/chapters/guacamole-ext.xml @@ -174,7 +174,7 @@ <filename>guac-manifest.json</filename> will look something like this:</para> <informalexample> <programlisting>{ - "guacamoleVersion" : "0.9.9", + "guacamoleVersion" : "0.9.10-incubating", "name" : "My Extension", "namespace" : "my-extension" }</programlisting> @@ -186,7 +186,7 @@ <informalexample> <programlisting>{ - "guacamoleVersion" : "0.9.9", + "guacamoleVersion" : "0.9.10-incubating", "name" : "My Extension", "namespace" : "my-extension", http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/src/chapters/installing.xml ---------------------------------------------------------------------- diff --git a/src/chapters/installing.xml b/src/chapters/installing.xml index afc0a70..3775f81 100644 --- a/src/chapters/installing.xml +++ b/src/chapters/installing.xml @@ -492,8 +492,8 @@ of a <filename>.tar.gz</filename> archive which you can extract from the command line:</para> <informalexample> - <screen><prompt>$</prompt> <userinput>tar -xzf guacamole-server-0.9.9.tar.gz</userinput> -<prompt>$</prompt> <userinput>cd guacamole-server-0.9.9/</userinput> + <screen><prompt>$</prompt> <userinput>tar -xzf guacamole-server-0.9.10-incubating.tar.gz</userinput> +<prompt>$</prompt> <userinput>cd guacamole-server-0.9.10-incubating/</userinput> <prompt>$</prompt></screen> </informalexample> <para>If you want the absolute latest code, and don't care that the code hasn't been as @@ -545,7 +545,7 @@ checking whether build environment is sane... yes ... ------------------------------------------------ -guacamole-server version 0.9.9 +guacamole-server version 0.9.10-incubating ------------------------------------------------ Library status: @@ -713,8 +713,8 @@ make[1]: Leaving directory `/home/zhz/guacamole/guacamole-server'</computeroutpu <filename>.tar.gz</filename> archive which you can extract from the command line:</para> <informalexample> - <screen><prompt>$</prompt> <userinput>tar -xzf guacamole-client-0.9.9.tar.gz</userinput> -<prompt>$</prompt> <userinput>cd guacamole-client-0.9.9/</userinput> + <screen><prompt>$</prompt> <userinput>tar -xzf guacamole-client-0.9.10-incubating.tar.gz</userinput> +<prompt>$</prompt> <userinput>cd guacamole-client-0.9.10-incubating/</userinput> <prompt>$</prompt></screen> </informalexample> <para>As with <package>guacamole-server</package>, if you want the absolute latest code, and @@ -808,7 +808,7 @@ Resolving deltas: 100% (3942/3942), done.</computeroutput> application from the name of the <filename>.war</filename> file, you will likely want to rename this to simply <filename>guacamole.war</filename> while copying:</para> <informalexample> - <screen><prompt>#</prompt> <userinput>cp guacamole/target/guacamole-0.9.9.war <replaceable>/var/lib/tomcat/webapps</replaceable>/guacamole.war</userinput> + <screen><prompt>#</prompt> <userinput>cp guacamole/target/guacamole-0.9.10-incubating.war <replaceable>/var/lib/tomcat/webapps</replaceable>/guacamole.war</userinput> <prompt>#</prompt></screen> </informalexample> <para>Again, if you are using a different servlet container or if Tomcat is installed to a @@ -826,7 +826,7 @@ Resolving deltas: 100% (3942/3942), done.</computeroutput> Starting Tomcat... OK</computeroutput> <prompt>#</prompt> <userinput>/etc/init.d/guacd start</userinput> <computeroutput>Starting guacd: SUCCESS -guacd[6229]: INFO: Guacamole proxy daemon (guacd) version 0.9.9 started</computeroutput> +guacd[6229]: INFO: Guacamole proxy daemon (guacd) version 0.9.10-incubating started</computeroutput> <prompt>#</prompt></screen> </informalexample> <important> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/src/chapters/jdbc-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml index 7d55eaf..fc649df 100644 --- a/src/chapters/jdbc-auth.xml +++ b/src/chapters/jdbc-auth.xml @@ -60,11 +60,11 @@ <term><filename>mysql/</filename></term> <listitem> <para>Contains the MySQL/MariaDB authentication extension, - <filename>guacamole-auth-jdbc-mysql-0.9.9.jar</filename>, along with a - <filename>schema/</filename> directory containing MySQL-specific SQL - scripts required to set up the database. The - <filename>guacamole-auth-jdbc-mysql-0.9.9.jar</filename> file will - ultimately need to be placed within + <filename>guacamole-auth-jdbc-mysql-0.9.10-incubating.jar</filename>, + along with a <filename>schema/</filename> directory containing + MySQL-specific SQL scripts required to set up the database. The + <filename>guacamole-auth-jdbc-mysql-0.9.10-incubating.jar</filename> + file will ultimately need to be placed within <filename>GUACAMOLE_HOME/extensions</filename>, while the MySQL JDBC driver must be placed within <filename>GUACAMOLE_HOME/lib</filename>.</para> <para><emphasis>The MySQL JDBC driver is not included with the @@ -80,11 +80,11 @@ <term><filename>postgresql/</filename></term> <listitem> <para>Contains the PostgreSQL authentication extension, - <filename>guacamole-auth-jdbc-postgresql-0.9.9.jar</filename>, along - with a <filename>schema/</filename> directory containing PostgreSQL-specific - SQL scripts required to set up the database. The - <filename>guacamole-auth-jdbc-postgresql-0.9.9.jar</filename> file will - ultimately need to be placed within + <filename>guacamole-auth-jdbc-postgresql-0.9.10-incubating.jar</filename>, + along with a <filename>schema/</filename> directory containing + PostgreSQL-specific SQL scripts required to set up the database. The + <filename>guacamole-auth-jdbc-postgresql-0.9.10-incubating.jar</filename> + file will ultimately need to be placed within <filename>GUACAMOLE_HOME/extensions</filename>, while the PostgreSQL JDBC driver must be placed within <filename>GUACAMOLE_HOME/lib</filename>.</para> @@ -170,7 +170,7 @@ Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. script located within the <filename>upgrade/</filename> directory:</para> <informalexample> <screen><prompt>$</prompt> <userinput>ls schema/upgrade/</userinput> -<computeroutput>upgrade-pre-0.8.2.sql upgrade-pre-0.9.7.sql upgrade-pre-0.9.9.sql +<computeroutput>upgrade-pre-0.8.2.sql upgrade-pre-0.9.7.sql upgrade-pre-0.9.10-incubating.sql upgrade-pre-0.9.6.sql upgrade-pre-0.9.8.sql</computeroutput> <prompt>$</prompt> <userinput>mysql -u root -p <replaceable>guacamole_db</replaceable> < schema/upgrade/upgrade-pre-0.8.2.sql</userinput> <prompt>Enter password:</prompt> <userinput><replaceable>password</replaceable></userinput> @@ -201,11 +201,11 @@ upgrade-pre-0.9.6.sql upgrade-pre-0.9.8.sql</computeroutput> <prompt>Enter password:</prompt> <userinput><replaceable>password</replaceable></userinput> <prompt>$</prompt></screen> </informalexample> - <para>If you are upgrading from a version of Guacamole before 0.9.9, schema changes + <para>If you are upgrading from a version of Guacamole before 0.9.10-incubating, schema changes which add indexes improving the performance of connection history searches need to be applied:</para> <informalexample> - <screen><prompt>$</prompt> <userinput>mysql -u root -p <replaceable>guacamole_db</replaceable> < schema/upgrade/upgrade-pre-0.9.9.sql</userinput> + <screen><prompt>$</prompt> <userinput>mysql -u root -p <replaceable>guacamole_db</replaceable> < schema/upgrade/upgrade-pre-0.9.10-incubating.sql</userinput> <prompt>Enter password:</prompt> <userinput><replaceable>password</replaceable></userinput> <prompt>$</prompt></screen> </informalexample> @@ -275,11 +275,11 @@ ALTER TABLE ALTER TABLE</computeroutput> <prompt>$</prompt></screen> </informalexample> - <para>If you are upgrading from a version of Guacamole before 0.9.9, schema + <para>If you are upgrading from a version of Guacamole before 0.9.10-incubating, schema changes which add indexes improving the performance of connection history searches need to be applied:</para> <informalexample> - <screen><prompt>$</prompt> <userinput>psql -d <replaceable>guacamole_db</replaceable> -f schema/upgrade/upgrade-pre-0.9.9.sql</userinput> + <screen><prompt>$</prompt> <userinput>psql -d <replaceable>guacamole_db</replaceable> -f schema/upgrade/upgrade-pre-0.9.10-incubating.sql</userinput> <computeroutput>CREATE INDEX CREATE INDEX CREATE INDEX</computeroutput> @@ -300,9 +300,9 @@ CREATE INDEX</computeroutput> does not already exist.</para> </step> <step> - <para>Copy <filename>guacamole-auth-jdbc-mysql-0.9.9.jar</filename> + <para>Copy <filename>guacamole-auth-jdbc-mysql-0.9.10-incubating.jar</filename> <emphasis>or</emphasis> - <filename>guacamole-auth-jdbc-postgresql-0.9.9.jar</filename> within + <filename>guacamole-auth-jdbc-postgresql-0.9.10-incubating.jar</filename> within <filename>GUACAMOLE_HOME/extensions</filename>, depending on whether you are using MySQL/MariaDB or PostgreSQL.</para> </step> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/src/chapters/ldap-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml index 92ebcb3..35c1415 100644 --- a/src/chapters/ldap-auth.xml +++ b/src/chapters/ldap-auth.xml @@ -82,7 +82,7 @@ containing:</para> <variablelist> <varlistentry> - <term><filename>guacamole-auth-ldap-0.9.9.jar</filename></term> + <term><filename>guacamole-auth-ldap-0.9.10-incubating.jar</filename></term> <listitem> <para>The Guacamole LDAP support extension itself, which must be placed in <filename>GUACAMOLE_HOME/extensions</filename>.</para> @@ -210,7 +210,7 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config does not already exist.</para> </step> <step> - <para>Copy <filename>guacamole-auth-ldap-0.9.9.jar</filename> within + <para>Copy <filename>guacamole-auth-ldap-0.9.10-incubating.jar</filename> within <filename>GUACAMOLE_HOME/extensions</filename>.</para> </step> <step> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/src/chapters/noauth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/noauth.xml b/src/chapters/noauth.xml index d25ef3e..e795258 100644 --- a/src/chapters/noauth.xml +++ b/src/chapters/noauth.xml @@ -35,7 +35,7 @@ packaged as a <filename>.tar.gz</filename> file containing:</para> <variablelist> <varlistentry> - <term><filename>guacamole-auth-noauth-0.9.9.jar</filename></term> + <term><filename>guacamole-auth-noauth-0.9.10-incubating.jar</filename></term> <listitem> <para>The NoAuth extension itself, which must be placed in <filename>GUACAMOLE_HOME/extensions</filename>.</para> @@ -61,7 +61,7 @@ does not already exist.</para> </step> <step> - <para>Copy <filename>guacamole-auth-noauth-0.9.9.jar</filename> within + <para>Copy <filename>guacamole-auth-noauth-0.9.10-incubating.jar</filename> within <filename>GUACAMOLE_HOME/extensions</filename>.</para> </step> <step> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/src/chapters/yourown.xml ---------------------------------------------------------------------- diff --git a/src/chapters/yourown.xml b/src/chapters/yourown.xml index bf258b8..afdee76 100644 --- a/src/chapters/yourown.xml +++ b/src/chapters/yourown.xml @@ -112,7 +112,7 @@ <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-tutorial</artifactId> <packaging>war</packaging> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <name>guacamole-tutorial</name> <url>http://guac-dev.org/</url> @@ -202,9 +202,9 @@ </informalexample> <para>Assuming you see the "<computeroutput>BUILD SUCCESSFUL</computeroutput>" message when you build the web application, there will be a new file, - <filename>target/guacamole-tutorial-0.9.9.war</filename>, which can be deployed - to your servlet container and tested. If you changed the name or version of the - project in the <filename>pom.xml</filename> file, the name of this new + <filename>target/guacamole-tutorial-0.9.10-incubating.war</filename>, which + can be deployed to your servlet container and tested. If you changed the name or + version of the project in the <filename>pom.xml</filename> file, the name of this new <filename>.war</filename> file will be different, but it can still be found within <filename>target/</filename>.</para> </section> @@ -303,7 +303,7 @@ <dependency> <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-common</artifactId> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <scope>compile</scope> </dependency> @@ -311,7 +311,7 @@ <dependency> <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-common-js</artifactId> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <type>zip</type> <scope>runtime</scope> </dependency> @@ -330,8 +330,8 @@ web application should build successfully, and the Guacamole JavaScript API should be accessible in the <filename>guacamole-common-js/</filename> subdirectory of your web application after it is deployed. A quick check that you can access - <uri>/guacamole-tutorial-0.9.9/guacamole-common-js/all.min.js</uri> is probably - worth the effort.</para> + <uri>/guacamole-tutorial-0.9.10-incubating/guacamole-common-js/all.min.js</uri> + is probably worth the effort.</para> </section> <section xml:id="simple-tunnel"> <title>The simplest tunnel possible</title> @@ -429,7 +429,7 @@ public class TutorialGuacamoleTunnelServlet to the URL we wish to use when making HTTP requests to the servlet: <uri>/tunnel</uri>. This URL is relative to the context root of the web application. In the case of this web application, the final absolute URL will be - <uri>/guacamole-tutorial-0.9.9/tunnel</uri>.</para> + <uri>/guacamole-tutorial-0.9.10-incubating/tunnel</uri>.</para> </section> <section xml:id="simple-client"> <title>Adding the client</title> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/src/gug.xml ---------------------------------------------------------------------- diff --git a/src/gug.xml b/src/gug.xml index 4a2af22..3957d00 100644 --- a/src/gug.xml +++ b/src/gug.xml @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> <info> <title>Guacamole Manual</title> - <edition>0.9.9</edition> + <edition>0.9.10-incubating</edition> <authorgroup> <author> <personname><firstname>Michael</firstname> @@ -45,10 +45,10 @@ application, etc.) to give a good starting point beyond simply looking at the Guacamole codebase.</para> <para>This particular edition of the <citetitle>Guacamole Manual</citetitle> covers - Guacamole version 0.9.9. New releases which create new features or break compatibility - will result in new editions of the user's guide, as will any necessary corrections. As - the official documentation for the project, this book will always be freely available in - its entirety online.</para> + Guacamole version 0.9.10-incubating. New releases which create new features or break + compatibility will result in new editions of the user's guide, as will any necessary + corrections. As the official documentation for the project, this book will always be + freely available in its entirety online.</para> <indexterm> <primary>Guacamole</primary> <secondary>history</secondary> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/tutorials/guacamole-auth-tutorial/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/guacamole-auth-tutorial/pom.xml b/tutorials/guacamole-auth-tutorial/pom.xml index 33d5c50..028fbf8 100644 --- a/tutorials/guacamole-auth-tutorial/pom.xml +++ b/tutorials/guacamole-auth-tutorial/pom.xml @@ -7,7 +7,7 @@ <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-auth-tutorial</artifactId> <packaging>jar</packaging> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <name>guacamole-auth-tutorial</name> <url>http://guac-dev.org/</url> @@ -37,7 +37,7 @@ <dependency> <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-common</artifactId> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <scope>provided</scope> </dependency> @@ -45,7 +45,7 @@ <dependency> <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-ext</artifactId> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json ---------------------------------------------------------------------- diff --git a/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json b/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json index 35dff7f..d97efe7 100644 --- a/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json +++ b/tutorials/guacamole-auth-tutorial/src/main/resources/guac-manifest.json @@ -1,6 +1,6 @@ { - "guacamoleVersion" : "0.9.9", + "guacamoleVersion" : "0.9.10-incubating", "name" : "Tutorial Authentication Extension", "namespace" : "guac-auth-tutorial", http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bf47f7cf/tutorials/guacamole-tutorial/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/guacamole-tutorial/pom.xml b/tutorials/guacamole-tutorial/pom.xml index a394b23..e6d8e79 100644 --- a/tutorials/guacamole-tutorial/pom.xml +++ b/tutorials/guacamole-tutorial/pom.xml @@ -7,7 +7,7 @@ <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-tutorial</artifactId> <packaging>war</packaging> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <name>guacamole-tutorial</name> <url>http://guac-dev.org/</url> @@ -61,7 +61,7 @@ <dependency> <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-common</artifactId> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <scope>compile</scope> </dependency> @@ -69,7 +69,7 @@ <dependency> <groupId>org.glyptodon.guacamole</groupId> <artifactId>guacamole-common-js</artifactId> - <version>0.9.9</version> + <version>0.9.10-incubating</version> <type>zip</type> <scope>runtime</scope> </dependency>
