Skip to content

Commit 39e5228

Browse files
committed
Using vcs-api 2.0 and vcs-test 2.0
Changed version to 2.0
1 parent 695892f commit 39e5228

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
@@ -5,7 +5,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
55
targetCompatibility = JavaVersion.VERSION_1_7
66

77
group = 'org.scm4j'
8-
version = '1.3'
8+
version = '2.0'
99

1010
repositories {
1111
mavenCentral()
@@ -15,12 +15,12 @@ repositories {
1515
}
1616

1717
dependencies {
18-
compile 'com.github.scm4j:scm4j-vcs-api:master-SNAPSHOT'
18+
compile 'com.github.scm4j:scm4j-vcs-api:2.0'
1919
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
2020

2121
testCompile 'org.mockito:mockito-core:2.0.62-beta'
2222
testCompile 'junit:junit:4.12'
23-
testCompile 'com.github.scm4j:scm4j-vcs-test:master-SNAPSHOT'
23+
testCompile 'com.github.scm4j:scm4j-vcs-test:2.0'
2424
}
2525

2626
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)