Skip to content

Commit

Permalink
Return maven-filtering to v3.3.0 from v3.3.1 (#731)
Browse files Browse the repository at this point in the history
The version introduced a change that causes confusing output when
using 'project.baseDir' for the resources path.
See https://issues.apache.org/jira/browse/MSHARED-1175 and https://issues.apache.org/jira/browse/MSHARED-1351.
  • Loading branch information
abelsromero authored Jan 10, 2024
1 parent 7ddd128 commit 5ca7783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<maven.jacoco.plugin.version>0.8.11</maven.jacoco.plugin.version>
<maven.plugin.plugin.version>3.9.0</maven.plugin.plugin.version>
<maven.project.version>3.8.5</maven.project.version>
<maven.filtering.version>3.3.1</maven.filtering.version>
<maven.filtering.version>3.3.0</maven.filtering.version>
<plexus.utils.version>3.5.1</plexus.utils.version>
<plexus.component.metadata.version>2.1.1</plexus.component.metadata.version>
<netty.version>4.1.104.Final</netty.version>
Expand Down

0 comments on commit 5ca7783

Please sign in to comment.