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:12 UTC

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

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>