GUACAMOLE-436: Remove incubator prefix from repositories and URLs.

This commit is contained in:
Michael Jumper
2017-12-05 23:56:46 -08:00
parent 3df5b222a6
commit 7c4223ce3e
23 changed files with 47 additions and 47 deletions

View File

@@ -28,7 +28,7 @@
<packaging>jar</packaging>
<version>0.9.13-incubating</version>
<name>guacamole-common</name>
<url>http://guacamole.incubator.apache.org/</url>
<url>http://guacamole.apache.org/</url>
<description>
The base Java API of the Guacamole project, providing Java support for
@@ -46,8 +46,8 @@
<!-- Git repository -->
<scm>
<url>https://github.com/apache/incubator-guacamole-client</url>
<connection>scm:git:https://git.wip-us.apache.org/repos/asf/incubator-guacamole-client.git</connection>
<url>https://github.com/apache/guacamole-client</url>
<connection>scm:git:https://git.wip-us.apache.org/repos/asf/guacamole-client.git</connection>
</scm>
<!-- Developers -->