Using maven release plugin autoVersionSubmodules to increment Major version
I'm using the maven release plugin on hudson with autoVersionSubmodules set to true to automatically increment the development version in the poms. I'm wondering if there is a way to make the plugin increment the major version rather than minor version. Currently when I'm at version 1.1.0-snapshot the next version is set to 1.1.1-snapshot but ideally I would like it to change to 1.2.0-snapshot. Any idea on how to achieve this? Thanks. The maven release plugin prompts you for the values of the release version to tag and also for the next development version. You can define these to avoid