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 e75462b commit 06acf25Copy full SHA for 06acf25
build.gradle
@@ -6,7 +6,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
6
targetCompatibility = JavaVersion.VERSION_1_7
7
8
group = 'org.scm4j'
9
-version = '1.3'
+version = '2.0'
10
11
repositories {
12
mavenCentral()
@@ -18,11 +18,11 @@ repositories {
18
defaultTasks 'build';
19
20
dependencies {
21
- compile 'com.github.scm4j:scm4j-vcs-api:master-SNAPSHOT'
+ compile 'com.github.scm4j:scm4j-vcs-api:2.0'
22
compile 'org.tmatesoft.svnkit:svnkit:1.8.14'
23
24
testCompile 'junit:junit:4.12'
25
- testCompile 'com.github.scm4j:scm4j-vcs-test:master-SNAPSHOT'
+ testCompile 'com.github.scm4j:scm4j-vcs-test:2.0'
26
testCompile 'org.mockito:mockito-core:2.0.62-beta'
27
}
28
0 commit comments