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

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

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

    [MRESOURCES-269] 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>

Reply via email to