jca release
Created by: shroffk
mvn release:prepare
fails to appropriately commit the updated pom before committing it.
[INFO] Checking in modified POMs...
[INFO] Executing: cmd.exe /X /C "git add -- pom.xml"
[INFO] Working directory: C:\git\jca
[INFO] Executing: cmd.exe /X /C "git status"
[INFO] Working directory: C:\git\jca
[INFO] Tagging release with the label jca-2.3.7...
[INFO] Executing: cmd.exe /X /C "git tag -F C:\cygwin64\tmp\maven-scm-1402791373.commit jca-2.3.7"
[INFO] Working directory: C:\git\jca
[INFO] Executing: cmd.exe /X /C "git push https://*****@github.com/epics-base/jca.git jca-2.3.7"
[INFO] Working directory: C:\git\jca
[INFO] Executing: cmd.exe /X /C "git ls-files"
[INFO] Working directory: C:\git\jca
[INFO] Transforming 'Java Channel Access'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: cmd.exe /X /C "git add -- pom.xml"
[INFO] Working directory: C:\git\jca
[INFO] Executing: cmd.exe /X /C "git status"
[INFO] Working directory: C:\git\jca
[INFO] Release preparation complete.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
The pom with the non snapshot version gets added to the but not committed before the tag is added and pushed to github