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

@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc</artifactId>
<version>0.9.9</version>
<version>0.9.9-incubating</version>
<relativePath>../../</relativePath>
</parent>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-jdbc-base</artifactId>
<version>0.9.9</version>
<version>0.9.9-incubating</version>
</dependency>
</dependencies>

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "0.9.9",
"guacamoleVersion" : "0.9.9-incubating",
"name" : "PostgreSQL Authentication",
"namespace" : "guac-postgresql",