You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/12/27 20:26:31 UTC

svn commit: r1553725 - /httpcomponents/project-release-tools/trunk/buildSrc/build.gradle

Author: olegk
Date: Fri Dec 27 19:26:30 2013
New Revision: 1553725

URL: http://svn.apache.org/r1553725
Log:
Upgraded svnkit to version 1.8.+

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=1553725&r1=1553724&r2=1553725&view=diff
==============================================================================
--- httpcomponents/project-release-tools/trunk/buildSrc/build.gradle (original)
+++ httpcomponents/project-release-tools/trunk/buildSrc/build.gradle Fri Dec 27 19:26:30 2013
@@ -29,14 +29,17 @@ apply plugin: 'groovy'
 
 repositories {
     mavenCentral()
+    maven {
+        url "http://maven.tmatesoft.com/content/repositories/releases/"
+    }
 }
 
 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.7+'
-    compile group: 'org.tmatesoft.svnkit', name: 'svnkit-cli', version: '1.7+'
+    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+'