Skip to content

Commit 81e9b44

Browse files
authored
Update README.md
1 parent f9a8c66 commit 81e9b44

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
@@ -34,8 +34,8 @@ Features:
3434
}
3535

3636
dependencies {
37-
compile 'com.github.ProjectKaiser:pk-vcs-svn:master-SNAPSHOT'
38-
compile 'com.github.ProjectKaiser:pk-vcs-api:master-SNAPSHOT'
37+
// versioning: master-SNAPSHOT (lastest build, unstable), + (lastest release, stable) or certain version (e.g. 1.0)
38+
compile 'com.github.ProjectKaiser:pk-vcs-svn:+'
3939
}
4040
```
4141
- 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)

0 commit comments

Comments
 (0)