We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d9ac6 commit 584e388Copy full SHA for 584e388
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
id 'java'
14
id 'application'
15
id 'maven-publish'
16
- id 'pl.allegro.tech.build.axion-release' version '1.1.0'
+ id 'pl.allegro.tech.build.axion-release' version '1.2.4'
17
id "com.bmuschko.nexus" version "2.3.1"
18
id 'com.github.kt3k.coveralls' version '2.3.1'
19
}
@@ -30,7 +30,7 @@ scmVersion {
30
31
32
33
-project.version = '1.0.0'
+project.version = scmVersion.version
34
35
repositories {
36
mavenCentral()
settings.gradle
@@ -1,2 +1,2 @@
1
-rootProject.name = 'elasticsearch-reindexing-tool'
+rootProject.name = 'elasticsearch-reindex-tool'
2
0 commit comments