This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
commit 906b2a14a420bec3b9e74f4b997ba6b65f8da3f5
Author: Martin Desruisseaux <martin.desruisseaux@geomatys.com>
AuthorDate: Sat Aug 15 14:14:56 2020 +0200
Change the URL to Jenkins server.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d869a00..5c372bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<ciManagement>
<system>jenkins</system>
- <url>https://builds.apache.org/job/sis</url>
+ <url>https://ci-builds.apache.org/job/SIS/</url>
</ciManagement>
<issueManagement>
|