Skip to content

Commit

Permalink
Use different prefix and versioning on long-running alternate branches
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Apr 21, 2018
1 parent b376f0b commit 18678f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -132,10 +132,10 @@ scmVersion {
tag {
prefix = 'ical4j'
branchPrefix = [
'ical4j-1.x-maintenance' : 'ical4j-jdk14'
'ical4j-1.x-maintenance' : 'jdk14_ical4j'
]
branchPrefix = [
'ical4j-2.x-maintenance' : 'ical4j-jdk7'
'ical4j-2.x-maintenance' : 'jdk7_ical4j'
]
}
versionCreator 'versionWithBranch'
Expand Down

0 comments on commit 18678f9

Please sign in to comment.