Hi John!
First, txs for voting! The tag in github is just for not polluting our ASF repo in case we find a blocker. The tag and the respective branch will get merged into the ASF repo once the VOTE passes. This is necessary as you cannot delete tags in git 'downstream'. Which means you can of course delete a tag locally but all the downstream repos would still have this tag and would get errors when pulling new stuff. I don't care if I trash my own github repo, but I do care that we do not trash the ASF cannonical repo ;) LieGrue, strub >________________________________ > From: John D. Ament <[email protected]> >To: deltaspike <[email protected]>; Mark Struberg ><[email protected]> >Sent: Tuesday, 28 May 2013, 15:42 >Subject: Re: [VOTE] Release Apache DeltaSpike-0.4 > > > >+1 binding >Tests seem to be passing. > > >Though it's a little odd that you're pointing to a tag in your github rather >than on the apache git repo. > > > >On Tue, May 28, 2013 at 9:40 AM, Mark Struberg <[email protected]> wrote: > >Hi! >> >>I'd like to call a VOTE for the release of DeltasSpike-0.4. >> >>The staging repo is: >>https://repository.apache.org/content/repositories/orgapachedeltaspike-011/ >> >>The tag is available here: >>https://github.com/struberg/incubator-deltaspike/tree/deltaspike-project-0.4 >>This will get pushed to the ASF repo once the VOTE succeeded. >> >>The source release is available here: >>https://repository.apache.org/content/repositories/orgapachedeltaspike-011/org/apache/deltaspike/deltaspike-project/0.4/deltaspike-project-0.4-source-release.zip >>sha1: 261897829b42f003ad43a157c607ed931686c482 >> >> >>Guide to testing: >>Add the following to your ~/.m2/settings.xml: >> >> <profile> >> <id>staging</id> >> <repositories> >> <repository> >> <id>apache_staging</id> >> >><url>https://repository.apache.org/content/repositories/orgapachedeltaspike-011/</url> >> <releases><enabled>true</enabled></releases> >> <snapshots><enabled>false</enabled></snapshots> >> </repository> >> </repositories> >> </profile> >> >>Then upgrade your project to 0.4 and build with mvn -Pstaging. >> >>LieGrue, >>your Apache DeltaSpike Team >> >> > > >
