It should be prompting you for what to name the tags, unless something changed recently. If not, check out the arguments for batch mode: http://maven.apache.org/maven-release/maven-release-plugin/examples/non-interactive-release.html
Might need to specify -Dtag=apache-curator-2.9.1 -DreleaseVersion=2.9.1 -DdevelopmentVersion=2.9.2-SNAPSHOT on the command line. (Check those values before using them, I am sending from my phone and don't entirely trust them). Mike On Tue, Oct 20, 2015 at 9:13 PM, Cameron McKenzie <[email protected]> wrote: > The current release process seems to be creating a CURATOR-2.9.1-SNAPSHOT > tag. Is that expected? I notice that there are both 3.0.0-SNAPSHOT and just > 3.0.0 tags, but for all the prior releases, there is no SNAPSHOT tag. > > Have I stuff something up? I just used the standard release process from > the wiki: > mvn -P apache-release release:prepare > mvn -P apache-release release:perform > > So, the tag doesn't match what the wiki steps involve for doing the > checkout in git to do the actual release. Should I just manually create a > tag without the -SNAPSHOT suffix? Or should I be redoing the release in > some other manner? > > cheers > > > On Wed, Oct 21, 2015 at 7:37 AM, Cameron McKenzie <[email protected]> > wrote: > > > I will start looking at a 2.9.1 release. > > > > On Wed, Oct 21, 2015 at 1:53 AM, Jordan Zimmerman < > > [email protected]> wrote: > > > >> I moved the 1 remaining issue out to the next release. Can one of the > >> other committers start on 2.9.1? > >> > >> -Jordan > >> > >> > On Oct 20, 2015, at 1:54 AM, Flaath, Jaran < > >> [email protected]> wrote: > >> > > >> > Hi, > >> > > >> > Just wondering if there is any ETA on version 2.9.1 of Curator? > >> > > >> > Best, > >> > Jaran Flaath > >> > >> > > >
