From 045aadb24a9ad73664d3fbc8acf6f08b1cb1a592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Ga=C5=82ek?= Date: Tue, 13 Apr 2021 18:20:27 +0200 Subject: [PATCH] release preparation --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a7862f76..c6abd76e 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -23,7 +23,7 @@ plugins { scmVersion { tag { - prefix = 'axion-release-' + prefix = 'axion-release' } hooks {