File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
5
5
targetCompatibility = JavaVersion . VERSION_1_7
6
6
7
7
group = ' com.projectkaiser.scm'
8
- version = ' 1 .0-SNAPSHOT'
8
+ version = ' 2 .0-SNAPSHOT'
9
9
10
10
repositories {
11
11
mavenCentral()
@@ -15,13 +15,13 @@ repositories {
15
15
}
16
16
17
17
dependencies {
18
- compile ' com.github.ProjectKaiser:pk-vcs-api: master-SNAPSHOT'
18
+ compile ' com.github.ProjectKaiser:master-SNAPSHOT'
19
19
compile ' commons-logging:commons-logging:1.2'
20
20
compile ' org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
21
21
22
22
testCompile ' org.mockito:mockito-core:2.0.62-beta'
23
23
testCompile ' junit:junit:4.12'
24
- testCompile ' com.github.ProjectKaiser:pk-vcs-test:master -SNAPSHOT'
24
+ testCompile ' com.github.ProjectKaiser:pk-vcs-test:matser -SNAPSHOT'
25
25
}
26
26
27
27
task sourcesJar (type : Jar , dependsOn : classes) {
You can’t perform that action at this time.
0 commit comments