You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/06/19 13:38:03 UTC

[incubator-hop] branch master updated: apache-rat:check instead of apache-rat:rat

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bb86b3  apache-rat:check instead of apache-rat:rat
     new 1ba6180  Merge pull request #886 from bamaer/HOP-2974
1bb86b3 is described below

commit 1bb86b3283a91cc1fc6cf012a11c9532c5e63ea6
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Sat Jun 19 15:14:55 2021 +0200

    apache-rat:check instead of apache-rat:rat
---
 .../modules/ROOT/pages/apache-release/checking-a-release.adoc           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
index 3ab3acc..4384c3f 100644
--- a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
+++ b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
@@ -111,7 +111,7 @@ Validate if all files contain the correct headers
 [source,bash]
 ----
 cd apache-hop-X.XX-incubating
-mvn apache-rat:rat -debug
+mvn apache-rat:check -debug
 ----
 
 Now build and test the released code