We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8203629 commit 1d8f019Copy full SHA for 1d8f019
CHANGES.txt
@@ -1,5 +1,7 @@
1
== version 1.3.9 ==
2
3
++ SVNURL.fromFile(...) did not work properly for UNC-style paths, fixed.
4
+
5
== version 1.3.8 ==
6
7
+ Dependencies updated:
build.gradle
@@ -2,7 +2,7 @@ group = 'org.tmatesoft.svnkit'
version = '1.3.9'
project.ext {
- release = false
+ release = true
target = '1.4'
compatibleSvnVersion = '1.6.18'
8
}
0 commit comments