Re: Auto-increment semantic version number for CD pipeline with git and docker

2017-10-27 Thread Laird Nelson
On Fri, Oct 27, 2017 at 1:58 AM ahardy42 wrote: > How can I tell maven to increment the version and commit the edited pom > without the CI platform seeing the commit and kicking off again in an > infinite loop? Indeed. If you just use the maven-release-plugin,

Re: Auto-increment semantic version number for CD pipeline with git and docker

2017-10-27 Thread Karl Heinz Marbaise
Hi, On 26/10/17 19:31, ahardy42 wrote: The projects I'm working on are migrating towards a micro-services architecture and my aim is to find a way to implement: - auto-increment the version number see my comments later ... - semantic versioning (3.1.99, 3.1.100, 3.1.101 etc) Just a

Auto-increment semantic version number for CD pipeline with git and docker

2017-10-27 Thread ahardy42
The projects I'm working on are migrating towards a micro-services architecture and my aim is to find a way to implement: - auto-increment the version number - semantic versioning (3.1.99, 3.1.100, 3.1.101 etc) - using the maven pom version as the master or source version number - running