Christopher saved the day -- https://jira.codehaus.org/browse/MRELEASE-812
tl;dr >=git-1.8 was broken with <maven-release-plugin-2.5 (really, the
underlying git maven-scm-provider)
On 8/9/14, 4:41 PM, Josh Elser wrote:
I actually had to manually edit all of the poms because the release
plugin didn't change the version from a SNAPSHOT to a release for some
reason. I have no idea why. `mvn release:prepare` wasn't doing what I
expected it to.
On 8/9/2014 4:31 PM, Christopher wrote:
Are you still manually editing the release properties file to prepare a
release candidate, in order to checkout the release tag for "mvn
release:perform"?
If so, you should add "<localCheckout>true</localCheckout>" to the
release
plugin config, so you don't have to do that. (Compare with master branch
pom.xml)
--
Christopher L Tubbs II
http://gravatar.com/ctubbsii
On Sat, Aug 9, 2014 at 4:12 PM, Josh Elser <[email protected]> wrote:
Yes
"Eric committed a little fix for ACCUMULO-2905 that isn't contained in
rc0. I'll probably end up rolling an rc1 for that alone."
On 8/9/2014 3:51 PM, Sean Busbey wrote:
Since I haven't seen any actual votes yet, is it safe to assume
there will
be an RC1?
On Sat, Aug 9, 2014 at 2:10 PM, Josh Elser <[email protected]>
wrote:
2.4.0 as well, I believe (I know I put 2.4.1 somewhere, but I
don't think
it was for this testing).
On 8/9/2014 9:20 AM, Sean Busbey wrote:
What versions of Hadoop have folks been testing with?