You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/30 09:36:50 UTC

[maven-scm] branch master updated: Fix jenkins url

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git


The following commit(s) were added to refs/heads/master by this push:
     new 18fb2259c Fix jenkins url
18fb2259c is described below

commit 18fb2259cdca284b9b8205c2d089c8e9743d2a62
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Jul 30 11:36:46 2022 +0200

    Fix jenkins url
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f69187e0..07cdd8a19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-scm/</url>
+    <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-scm/</url>
   </ciManagement>
 
   <distributionManagement>