View Source

h1. Situation
When run a Maven build, instruct QuickBuild to use version stored in POM.

h1. Demonstration
Run the [demo configuration|http://demo.pmease.com/overview/121]. At start of the build, the version is taking from _next build version_ of the configuration, however when the maven build step finishes, build version will be set to _1.1-SNAPSHOT_, which is the same as stored in POM.

h1. Resolution
Check [step definition of the demo configuration|http://demo.pmease.com/settings/121/steps], the _maven build_ step is defined with _sync build version_ option checked. This tells QuickBuild to sync build version to the version stored in POM when this step finishes.