Skip to content

Commit 6e1d8ac

Browse files
committed
Improve management of project version
1 parent d36ee0e commit 6e1d8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'org.junit.platform.gradle.plugin'
1616

1717
jar {
1818
baseName = 'spring-test-junit5'
19-
version = '1.0.0-SNAPSHOT'
19+
version = project.version
2020
}
2121

2222
group = 'org.springframework.test'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 1.0.0.BUILD-SNAPSHOT
1+
version = 1.0.0.BUILD-SNAPSHOT

0 commit comments

Comments
 (0)