Skip to content

Commit

Permalink
Updated release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Apr 9, 2021
1 parent 73f0e03 commit 21ce91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

plugins {
id 'pl.allegro.tech.build.axion-release' version '1.10.2'
id 'pl.allegro.tech.build.axion-release' version '1.13.1'
id "nebula.provided-base" version "3.0.3"
id "net.ltgt.errorprone" version "1.2.1" apply false
id "biz.aQute.bnd.builder" version "$bndVersion"
Expand Down Expand Up @@ -124,7 +124,7 @@ configurations {

scmVersion {
tag {
prefix = 'ical4j'
prefix = 'ical4j-'
branchPrefix = ['ical4j-1.x-maintenance' : 'jdk14_ical4j']
branchPrefix = ['ical4j-2.x-maintenance' : 'jdk7_ical4j']
}
Expand Down

0 comments on commit 21ce91d

Please sign in to comment.