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

slachiewicz 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 e08a18b  Updated link to CI
e08a18b is described below

commit e08a18bf6916e64df1b80022aa6c5489145de250
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Mon Feb 1 11:50:11 2021 +0100

    Updated link to CI
---
 src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java 
b/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
index 82e4416..61d76d7 100644
--- a/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
+++ b/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
@@ -110,9 +110,10 @@ public class DistCheckErrorsMojo
         {
             if ( isDummyFailure() )
             {
-                throw new MavenReportException( "Dist Tool> Checks found 
inconsistencies in some released "
-                    + "artifacts, see 
https://builds.apache.org/job/dist-tool-plugin/site/dist-tool-check-errors.html 
"
-                    + "for more information" );
+                throw new MavenReportException(
+                        "Dist Tool> Checks found inconsistencies in some 
released artifacts, see " +
+                        
"https://ci-builds.apache.org/job/Maven/job/dist-tool-plugin/job/master/site/dist-tool-check-errors.html
 " +
+                        "for more information" );
             }
         }
         else

Reply via email to