Yes, I have tried to follow the instruction listed here https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61335169#PreparingZeppelinRelease(Draft)-Bumpupversion,createtaganduploadmavenartifacttostagingrepo
The first 2 command executes without error; mvn -DperformRelease=true release:clean mvn -DperformRelease=true release:prepare -Darguments="-DskipTests -Dgpg.passphrase=..." -Dtag=v0.6.0 -DreleaseVersion=0.6.0-incubating -DdevelopmentVersion=0.6.1-incubating -DpushChanges=false but this fails with an error mvn -DperformRelease=true release:perform -Darguments="-DskipTests -Dgpg.passphrase=..." -Dtag=v0.6.0 -DreleaseVersion=0.6.0-incubating -DdevelopmentVersion=0.6.1-incubating -DpushChanges=false -DconnectionUrl=scm:git:https://github.com/[your forked repo]/incubator-zeppelin.git On 19 January 2016 at 10:06, Alexander Bezzubov <[email protected]> wrote: > That is strange indeed. And did all the other commands before worked well? > > On Tue, Jan 19, 2016 at 1:33 PM, prabhjyotsingh <[email protected]> > wrote: > > > Github user prabhjyotsingh commented on the pull request: > > > > > > > https://github.com/apache/incubator-zeppelin/pull/620#issuecomment-172734565 > > > > I just tried following command on my master > > > > `mvn -DperformRelease=true release:perform -Darguments="-DskipTests" > > -Dtag=v0.6.0 -DreleaseVersion=0.6.0-incubating > > -DdevelopmentVersion=0.6.1-incubating-SNAPSHOT -DpushChanges=false > > -DconnectionUrl=scm:git: > > https://github.com/prabhjyotsingh/incubator-zeppelin.git` > > > > It fails with following error > > https://gist.github.com/prabhjyotsingh/0ca05096f30a6f176074 > > > > But after applying the patch it works. Or I could be missing out on > > some prerequisite. > > > > > > --- > > If your project is set up for it, you can reply to this email and have > your > > reply appear on GitHub as well. If your project does not have this > feature > > enabled and wishes so, or if the feature is enabled but not working, > please > > contact infrastructure at [email protected] or file a JIRA > ticket > > with INFRA. > > --- > > > > > > -- > -- > Kind regards, > Alexander. > -- Thankx and Regards, Prabhjyot Singh
