Re: [mojo-user] [ANN] Buildnumber Maven plugin 1.1 Released

2012-05-21 Thread kalgon
Thanks, Indeed, adding org.tmatesoft.svnkit:svnkit:1.7.4-v1 instead of com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:2.0 solves the problem. Xavier Olivier Lamy wrote: > > Hi, > Try with adding svnkit dependency in plugin.dependencies section: > > >

Re: [mojo-user] [ANN] Buildnumber Maven plugin 1.1 Released

2012-05-21 Thread Olivier Lamy
Hi, Try with adding svnkit dependency in plugin.dependencies section: org.tmatesoft.svnkit svnkit 1.7.4-v1 2012/5/21 kalgon : > > Hi, > > I can't make buildnumber-maven-plugin work with SVN 1.7. > > I thought

Re: [mojo-user] [ANN] Buildnumber Maven plugin 1.1 Released

2012-05-21 Thread kalgon
Hi, I can't make buildnumber-maven-plugin work with SVN 1.7. I thought it was fixed in MBUILDNUM-79. Now that maven-scm-provider-svnjava:2.0 is out, I tried to add it as dependency of the buildnumber-maven-plugin but I don't think it actually uses it. org.codehaus.moj