Re: maven-release-plugin and git

2012-12-06 Thread Coarr, Matt
Bingo! That worked like a charm! Thanks Roy!! On 2012-12-06 09:49 , "Lyons, Roy" wrote: > >This is what you want > > >http://stackoverflow.com/questions/5558785/maven-release-plugin-git-and-th >e >-poms-not-at-the-top - To u

Re: maven-release-plugin and git

2012-12-06 Thread Lyons, Roy
This is what you want http://stackoverflow.com/questions/5558785/maven-release-plugin-git-and-the -poms-not-at-the-top On 12/5/12 4:36 PM, "Coarr, Matt" wrote: >Hello, > >I'm able to use "mvn release:prepare" but I run into an issue when I use >"mvn release:perform". > >My problem is th

Re: Maven release plugin and git tag doesn't work

2011-06-06 Thread Manuel Doninger
I didn't explicitly specify a plugin version, so Maven used 2.0. Now i specified 2.1 and it's working. Manuel On Mon, Jun 6, 2011 at 12:23, Leonard Ehrenfried wrote: > Which version of the release plugin do you use and in turn which version of > the git scm provider does this pull in? > > I have

Re: Maven release plugin and git tag doesn't work

2011-06-06 Thread Leonard Ehrenfried
Which version of the release plugin do you use and in turn which version of the git scm provider does this pull in? I have used version 2.1 of the release plugin with git for a few weeks and have not noticed any problems with it. Lenni On Mon, Jun 6, 2011 at 12:12 PM, Manuel Doninger wrote: >