Skip to content

Commit e38d9be

Browse files
Update POM Version to 2.0.0-145
1 parent e15ea37 commit e38d9be

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

elastic-mapping-updater-cli-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-145</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater-cli-image</artifactId>

elastic-mapping-updater-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-145</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater-cli</artifactId>

elastic-mapping-updater/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-145</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.github.cafdataprocessing.elastic</groupId>
3030
<artifactId>elastic-mapping-updater-aggregator</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0-145</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Elasticsearch Mapping Updater</name>
@@ -95,12 +95,12 @@
9595
<dependency>
9696
<groupId>com.github.cafdataprocessing.elastic</groupId>
9797
<artifactId>elastic-mapping-updater</artifactId>
98-
<version>2.0.0-SNAPSHOT</version>
98+
<version>2.0.0-145</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.github.cafdataprocessing.elastic</groupId>
102102
<artifactId>elastic-mapping-updater-cli</artifactId>
103-
<version>2.0.0-SNAPSHOT</version>
103+
<version>2.0.0-145</version>
104104
</dependency>
105105
</dependencies>
106106
</dependencyManagement>

0 commit comments

Comments
 (0)