Skip to content

Commit 2983227

Browse files
author
gdy
committed
readme.md update
1 parent 2b5bac6 commit 2983227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Features:
3636

3737
dependencies {
3838
// versioning: master-SNAPSHOT (lastest build, unstable), + (lastest release, stable) or certain version (e.g. 1.0)
39-
compile 'com.github.ProjectKaiser:pk-vcs-git:master-SNAPSHOT'
39+
compile 'com.github.ProjectKaiser:pk-vcs-git:+'
4040
}
4141
```
42-
Or download release jars from https://github.com/ProjectKaiser/pk-vcs-api/releases
42+
Or download release jars from https://github.com/ProjectKaiser/pk-vcs-git/releases
4343
- Create Workspace Home instance providing path to any folder as Workspace Home folder path. This folder will contain repositories folders (if different vcs or repositories are used)
4444
```java
4545
public static final String WORKSPACE_DIR = System.getProperty("java.io.tmpdir") + "git-workspaces";

0 commit comments

Comments
 (0)