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/05/17 15:54:09 UTC

[maven-wrapper] branch master updated: maven-wrapper.properties - incorrect header reported by rat plugin

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-wrapper.git


The following commit(s) were added to refs/heads/master by this push:
     new f15e35b  maven-wrapper.properties - incorrect header reported by rat plugin
f15e35b is described below

commit f15e35b6518b1f24176a73ba43d0c37e9bc5ebca
Author: Jorge Solórzano <jo...@gmail.com>
AuthorDate: Tue May 17 15:37:36 2022 +0200

    maven-wrapper.properties - incorrect header reported by rat plugin
    
    Signed-off-by: Jorge Solórzano <jo...@gmail.com>
---
 .../src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-wrapper-plugin/src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java b/maven-wrapper-plugin/src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java
index 184f3ae..826c0cb 100644
--- a/maven-wrapper-plugin/src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java
+++ b/maven-wrapper-plugin/src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java
@@ -258,7 +258,7 @@ public class WrapperMojo
             + "# \"License\"); you may not use this file except in compliance%n"
             + "# with the License.  You may obtain a copy of the License at%n"
             + "#%n"
-            + "#   https://www.apache.org/licenses/LICENSE-2.0%n"
+            + "#   http://www.apache.org/licenses/LICENSE-2.0%n"
             + "#%n"
             + "# Unless required by applicable law or agreed to in writing,%n"
             + "# software distributed under the License is distributed on an%n"