On 30 December 2013 16:33, <[email protected]> wrote: > Author: olegk > Date: Mon Dec 30 16:33:45 2013 > New Revision: 1554272 > > URL: http://svn.apache.org/r1554272 > Log: > Upgraded tagsoup to version 1.2.1+; upgraded jdom to version 2.0.2+; upgraded > maven-artifact to version 3.0.5+; downgraded svnkit to version 1.7.11+
Why was it necessary to downgrade svnkit? Best to document this in the file so other potential maintainers are made aware. > > Modified: > httpcomponents/project-release-tools/trunk/buildSrc/build.gradle > > Modified: httpcomponents/project-release-tools/trunk/buildSrc/build.gradle > URL: > http://svn.apache.org/viewvc/httpcomponents/project-release-tools/trunk/buildSrc/build.gradle?rev=1554272&r1=1554271&r2=1554272&view=diff > ============================================================================== > --- httpcomponents/project-release-tools/trunk/buildSrc/build.gradle > (original) > +++ httpcomponents/project-release-tools/trunk/buildSrc/build.gradle Mon Dec > 30 16:33:45 2013 > @@ -38,9 +38,9 @@ dependencies { > compile gradleApi() > compile group: 'org.codehaus.groovy', name: 'groovy', version: '2.1.6' > compile group: 'org.codehaus.groovy', name: 'groovy-xml', version: > '2.1.6' > - compile group: 'org.tmatesoft.svnkit', name: 'svnkit', version: '1.8.+' > - compile group: 'org.tmatesoft.svnkit', name: 'svnkit-cli', version: > '1.8.+' > - compile group: 'org.ccil.cowan.tagsoup', name: 'tagsoup', version: '1.2+' > - compile group: 'org.jdom', name: 'jdom', version: '2.0+' > - compile group: 'org.apache.maven', name: 'maven-artifact', version: > '3.0+' > + compile group: 'org.tmatesoft.svnkit', name: 'svnkit', version: '1.7.11+' > + compile group: 'org.tmatesoft.svnkit', name: 'svnkit-cli', version: > '1.7.11+' > + compile group: 'org.ccil.cowan.tagsoup', name: 'tagsoup', version: > '1.2.1+' > + compile group: 'org.jdom', name: 'jdom', version: '2.0.2+' > + compile group: 'org.apache.maven', name: 'maven-artifact', version: > '3.0.5+' > } > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
