I maintain a project that is versioned with Mercurial and managed with Maven.
When we released version 1.0, we cloned a release repository that would contain bugfixes and continued development on the main repository. The release repo had version 1.0 in the POM while the development repo had version 1.1-SNAPSHOT.
Now, how can I pull bug fixes from the release repository into the development repository without also affecting the version number in the POM of the development version?