The maven team has just release a git provider based on jgit, if you configure the release plugin to use this one, then you don’t have to downgrade git.
http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/index.html /Domi On 12.01.2014, at 11:52, Nigel Magnay <[email protected]> wrote: > I've just had this problem too, with two separate plugins. > > maven-release-plugin is just total crapola. Just do a manual mvn versions:set > and deploy. > > > > On Sat, Jan 4, 2014 at 4:17 PM, ogondza <[email protected]> wrote: > I have seen this problem today using: > > maven 3.1.1 > maven-releas-plugin 2.2.2 > git 1.8.5 > > Worked around downgrading git to 1.8.4. > > http://jira.codehaus.org/browse/MRELEASE-812 > -- > oliver > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
