GUACAMOLE-1: Replace version 0.9.9 with version 0.9.9-incubating.

This commit is contained in:
Michael Jumper
2016-03-22 14:43:50 -07:00
parent 648a6c96f0
commit cbe3387d92
17 changed files with 30 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-noauth</artifactId>
<packaging>jar</packaging>
<version>0.9.9</version>
<version>0.9.9-incubating</version>
<name>guacamole-auth-noauth</name>
<url>http://guacamole.sourceforge.net/</url>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.9</version>
<version>0.9.9-incubating</version>
<scope>provided</scope>
</dependency>
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.9</version>
<version>0.9.9-incubating</version>
<scope>provided</scope>
</dependency>