danielflower / multi-module-maven-release-plugin

A maven release plugin that is fast, does not add extra commits, and works well with single or multiple modules
http://danielflower.github.io/multi-module-maven-release-plugin/index.html
MIT License
125 stars 64 forks source link

git - change was ignored and module was not released #13

Closed Dhana-Krishnasamy closed 8 years ago

Dhana-Krishnasamy commented 9 years ago

Hi, I had singe character changes in two lines of my protofile. The plugin ignored it and didnt release the version. Later when I reordered multiple lines, it did detect the change and released it. Btw this is in version 1.2.0.

danielflower commented 9 years ago

Yes, this seems to be an outstanding problem where jgit isn't reporting changes. Haven't been able to reproduce yet unfortunately.

danielflower commented 9 years ago

It's possible this is fixed in 1.4.2 but I wasn't able to reproduce it in a test, so can't be sure.

danielflower commented 8 years ago

From my own experience, I think this is sorted now so am closing this.