You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bd...@apache.org on 2023/02/24 19:09:11 UTC

[maven-resources-plugin] branch MRESOURCES-236 created (now b2c8209)

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

bdemers pushed a change to branch MRESOURCES-236
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


      at b2c8209  [MRESOURCES-236] Ensure symlinks do not fail to copy

This branch includes the following new commits:

     new b2c8209  [MRESOURCES-236] Ensure symlinks do not fail to copy

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-resources-plugin] 01/01: [MRESOURCES-236] Ensure symlinks do not fail to copy

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch MRESOURCES-236
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git

commit b2c8209ae0ce0085bafcafb2f96ee82e37f7465b
Author: Brian Demers <bd...@apache.org>
AuthorDate: Fri Feb 24 14:08:25 2023 -0500

    [MRESOURCES-236] Ensure symlinks do not fail to copy
    
    Updating permissions for symlinks caused a FileNotFoundException.  This was fixed in maven-filtering in MSHARED-1112
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05ba2f2..47a861c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenFilteringVersion>3.3.0</mavenFilteringVersion>
+    <mavenFilteringVersion>3.3.1-SNAPSHOT</mavenFilteringVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2022-07-23T17:49:18Z</project.build.outputTimestamp>