nielsbasjes commented on code in PR #838:
URL: https://github.com/apache/maven/pull/838#discussion_r1001170291
##########
maven-model/src/test/resources/xml/pom.xml:
##########
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-alpha-1-SNAPSHOT</version>
+ <version>4.0.0-alpha-3-SNAPSHOT</version>
Review Comment:
Resource filtering works.
Even though the version is `dummy-version` the places where it says
`${project.version}` now actually becomes the actual version of the project for
testing purposes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]