Skip to content

Commit 06acf25

Browse files
committed
Using vcs-api 2.0 and vcs-test 2.0
Changed to version 2.0
1 parent e75462b commit 06acf25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
66
targetCompatibility = JavaVersion.VERSION_1_7
77

88
group = 'org.scm4j'
9-
version = '1.3'
9+
version = '2.0'
1010

1111
repositories {
1212
mavenCentral()
@@ -18,11 +18,11 @@ repositories {
1818
defaultTasks 'build';
1919

2020
dependencies {
21-
compile 'com.github.scm4j:scm4j-vcs-api:master-SNAPSHOT'
21+
compile 'com.github.scm4j:scm4j-vcs-api:2.0'
2222
compile 'org.tmatesoft.svnkit:svnkit:1.8.14'
2323

2424
testCompile 'junit:junit:4.12'
25-
testCompile 'com.github.scm4j:scm4j-vcs-test:master-SNAPSHOT'
25+
testCompile 'com.github.scm4j:scm4j-vcs-test:2.0'
2626
testCompile 'org.mockito:mockito-core:2.0.62-beta'
2727
}
2828

0 commit comments

Comments
 (0)