Skip to content

Commit

Permalink
Configure next version marker to avoid clash with alpha releases
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed May 19, 2022
1 parent 29b9357 commit d4cf2a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -148,6 +148,10 @@ scmVersion {
branchVersionCreator = ['master': 'simple']
branchVersionCreator = ['ical4j-1.x-maintenance': 'simple']
branchVersionCreator = ['ical4j-2.x-maintenance': 'simple']
nextVersion {
suffix = 'pre'
separator = '-'
}
}

group = 'org.mnode.ical4j'
Expand Down

0 comments on commit d4cf2a0

Please sign in to comment.