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 2020/05/09 15:18:35 UTC

[maven] branch MNG-5937 updated: Fix filtering

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

rfscholte pushed a commit to branch MNG-5937
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-5937 by this push:
     new e221a20  Fix filtering
e221a20 is described below

commit e221a2058de66f3ea15a7772e000c1b4ecc0934c
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat May 9 17:18:24 2020 +0200

    Fix filtering
---
 maven-wrapper/src/assembly/bin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-wrapper/src/assembly/bin.xml b/maven-wrapper/src/assembly/bin.xml
index c4cc20e..be12770 100644
--- a/maven-wrapper/src/assembly/bin.xml
+++ b/maven-wrapper/src/assembly/bin.xml
@@ -39,12 +39,12 @@ under the License.
       <outputDirectory>.</outputDirectory>
       <lineEnding>unix</lineEnding>
       <fileMode>0755</fileMode>
-      <filtered>true</filtered>
     </file>
     <file>
       <source>src/assembly/shared/mvnw.cmd</source>
       <outputDirectory>.</outputDirectory>
       <lineEnding>dos</lineEnding>
+      <filtered>true</filtered>
     </file>
     <file>
       <source>src/assembly/shared/mvnw</source>