Skip to content

Commit 5ca7783

Browse files
authored
Return maven-filtering to v3.3.0 from v3.3.1 (#731)
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.
1 parent 7ddd128 commit 5ca7783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<maven.jacoco.plugin.version>0.8.11</maven.jacoco.plugin.version>
8181
<maven.plugin.plugin.version>3.9.0</maven.plugin.plugin.version>
8282
<maven.project.version>3.8.5</maven.project.version>
83-
<maven.filtering.version>3.3.1</maven.filtering.version>
83+
<maven.filtering.version>3.3.0</maven.filtering.version>
8484
<plexus.utils.version>3.5.1</plexus.utils.version>
8585
<plexus.component.metadata.version>2.1.1</plexus.component.metadata.version>
8686
<netty.version>4.1.104.Final</netty.version>

0 commit comments

Comments
 (0)