This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 19b3fd0 update ASF CI url
19b3fd0 is described below
commit 19b3fd0d062585eb8fd0a33066cc88c3c43ff3e2
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Aug 30 09:36:14 2020 +0200
update ASF CI url
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1e83c9e..dcf8bc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<description>Dist tool plugin: check content of Maven distribution area.
Not to be released.</description>
-
<url>https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/</url>
+
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/dist-tool-plugin/site/</url>
<prerequisites>
<maven>${mvnversion}</maven>
@@ -47,7 +47,7 @@
</issueManagement>
<ciManagement>
<system>Jenkins</system>
-
<url>https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/</url>
+
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/dist-tool-plugin/</url>
</ciManagement>
<properties>