Skip to content

Commit 584e388

Browse files
committed
update axion release version, fix gradle project name
1 parent 06d9ac6 commit 584e388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'java'
1414
id 'application'
1515
id 'maven-publish'
16-
id 'pl.allegro.tech.build.axion-release' version '1.1.0'
16+
id 'pl.allegro.tech.build.axion-release' version '1.2.4'
1717
id "com.bmuschko.nexus" version "2.3.1"
1818
id 'com.github.kt3k.coveralls' version '2.3.1'
1919
}
@@ -30,7 +30,7 @@ scmVersion {
3030
}
3131
}
3232

33-
project.version = '1.0.0'
33+
project.version = scmVersion.version
3434

3535
repositories {
3636
mavenCentral()

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = 'elasticsearch-reindexing-tool'
1+
rootProject.name = 'elasticsearch-reindex-tool'
22

0 commit comments

Comments
 (0)