Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Apr 13, 2021
1 parent b02d6ba commit 045aadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'pl.allegro.tech.build.axion-release' version '1.13.0'
id 'pl.allegro.tech.build.axion-release' version '1.12.1'
id 'com.github.kt3k.coveralls' version '2.8.2'
id 'com.gradle.plugin-publish' version '0.12.0'
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'
Expand All @@ -23,7 +23,7 @@ plugins {

scmVersion {
tag {
prefix = 'axion-release-'
prefix = 'axion-release'
}

hooks {
Expand Down

0 comments on commit 045aadb

Please sign in to comment.