Skip to content

Commit

Permalink
Append SNAPSHOT classifier to version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sormuras committed Mar 20, 2020
1 parent 828cdb3 commit 8bb577a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group = org.junit
version = 5.6.0
version = 5.6.1-SNAPSHOT

jupiterGroup = org.junit.jupiter

platformGroup = org.junit.platform
platformVersion = 1.6.0
platformVersion = 1.6.1-SNAPSHOT

vintageGroup = org.junit.vintage
vintageVersion = 5.6.0
vintageVersion = 5.6.1-SNAPSHOT

defaultBuiltBy = JUnit Team
releaseBranch = master
Expand Down

0 comments on commit 8bb577a

Please sign in to comment.