nielsbasjes commented on issue #1453: URL: https://github.com/apache/maven-release/issues/1453#issuecomment-3743828047
Reproduction: - Put this pom.xml in an empty directory. [pom.xml](https://github.com/user-attachments/files/24588373/pom.xml) - git init . - git commit -m"Initial" pom.xml - mvn release:prepare -B - git diff HEAD~2 HEAD ```diff diff --git a/pom.xml b/pom.xml index 9a974b5..2d54073 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <artifactId>spaces-bug</artifactId> <groupId>nl.basjes.bugreport</groupId> - <version>0.0.0-SNAPSHOT</version> + <version>0.0.1-SNAPSHOT</version> <properties> <target.java.version>17</target.java.version> @@ -44,7 +44,7 @@ <configuration> <target> <fileset id="packagedRules" dir="src/main/resources/UserAgents/" /> - <pathconvert targetos="unix" pathsep="",
 "" property="my-file-list" refid="packagedRules"> + <pathconvert targetos="unix" pathsep="",
 "" property="my-file-list" refid="packagedRules"> <map from="${project.basedir}/src/main/resources/" to="" /> </pathconvert> <!--suppress MavenModelInspection --> ``` -- 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]
