> On Dec 14, 2014, at 8:29 PM, Jason van Zyl <ja...@takari.io> wrote: > > What we want is a form of continuous delivery where a version like 3.2.4 is > the version that we call it to the outside world (some refer to it as the > marketing version) and the qualifier changes from build to build so we have: > > 3.2.4-qualifier > > And for simplicity's sake let's just say the qualifier is a build number so > we end up with: > > 3.2.4-01 > 3.2.4-02 > ... > 3.2.4-NN
+1 This really the only viable scheme I've seen used over the years. It's how we do it at Sonatype and it's never been an issue that the public version is shown with some -build number. We will want to ensure that only one release version gets published though to reduce confusion. Since everything is staged, this should happen normally. For plugins, which are commonly referred to by users in their poms, this might turn out to be a problem as it increases the maintenance load but I think we start trying it and if there is an issue we go to an alternate approach. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org