File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ See https://github.com/bozaro/git-lfs-java/blob/master/gitlfs-server/src/test/ja
54
54
55
55
## Changes
56
56
57
- Version 0.13.0 (Unreleased)
57
+ Version 0.14.0 (Unreleased)
58
+
59
+ Version 0.13.0
58
60
59
61
* [ LFS locking] ( https://github.com/git-lfs/git-lfs/blob/master/docs/api/locking.md ) support
60
62
Original file line number Diff line number Diff line change 1
1
import com.github.benmanes.gradle.versions.VersionsPlugin
2
- import de.marcphilipp.gradle.nexus.NexusPublishExtension
3
2
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
4
3
5
4
val ossrhUsername: String? = System .getenv(" OSSRH_USERNAME" )
@@ -21,7 +20,7 @@ plugins {
21
20
22
21
allprojects {
23
22
group = " ru.bozaro.gitlfs"
24
- version = " 0.13 .0-SNAPSHOT"
23
+ version = " 0.14 .0-SNAPSHOT"
25
24
26
25
apply<IdeaPlugin >()
27
26
apply<VersionsPlugin >()
You can’t perform that action at this time.
0 commit comments