Skip to content

Commit 8bb577a

Browse files
committed
Append SNAPSHOT classifier to version
Also increase the version from [1/5].6.0 to [1/5].6.1 which results in 1.6.1-SNAPSHOT for the Platform and 5.6.1-SNAPSHOT for Jupiter and Vintage modules.
1 parent 828cdb3 commit 8bb577a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.6.0
2+
version = 5.6.1-SNAPSHOT
33

44
jupiterGroup = org.junit.jupiter
55

66
platformGroup = org.junit.platform
7-
platformVersion = 1.6.0
7+
platformVersion = 1.6.1-SNAPSHOT
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.6.0
10+
vintageVersion = 5.6.1-SNAPSHOT
1111

1212
defaultBuiltBy = JUnit Team
1313
releaseBranch = master

0 commit comments

Comments
 (0)