You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/17 18:50:30 UTC

[maven-dist-tool] branch master updated: isSrcBin is also used here

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

rfscholte 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 09983ab  isSrcBin is also used here
09983ab is described below

commit 09983ab44790861d3c9f5d194e9fb69031f4743c
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Apr 17 20:50:23 2019 +0200

    isSrcBin is also used here
---
 .../org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java b/src/main/java/org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java
index 711ce1d..7ba580c 100644
--- a/src/main/java/org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java
+++ b/src/main/java/org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java
@@ -168,7 +168,7 @@ public class DistCheckSourceReleaseMojo
         {
             if ( cli.isSrcBin() )
             {
-                String directory = csrr.getVersion() + "/source/";
+                String directory = csrr.getVersion() + "/sources/";
                 sink.link( distributionAreaUrl + cli.getDirectory() + '/' + directory );
                 sink.text( directory );
                 sink.link_();