Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.3
-
None
-
debian 9.8 "stretch", amd64, openjdk 8u212-b01-1~deb9u1, maven 3.3.9-4
Description
For these two projects
line endings in the pom.xml files are messed up when I do
mvn release:prepare
or bump versions with e.g.
mvn --batch-mode release:update-versions -DdevelopmentVersion=1.0.2-SNAPSHOT
What happens to the line endings are:
- First line stays at lf
- Last line stays at lf
- All of the intervening lines get crlf
- The line endings were initially lf (at least they were meant to be)
- I run the "mvn release:prepare" and "mvn:update-version" commands from a command line on Debian GNU/linux
Attachments
Issue Links
- is fixed by
-
MRELEASE-1056 Upgrade to JDOM2 1.1 to JDOM2 2.0.6
- Closed