Skip to content

Commit bc46070

Browse files
Update POM versions to 2.3.0-SNAPSHOT
1 parent 2142147 commit bc46070

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
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.2.1-497</version>
27+
<version>2.3.0-SNAPSHOT</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.2.1-497</version>
27+
<version>2.3.0-SNAPSHOT</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.2.1-497</version>
27+
<version>2.3.0-SNAPSHOT</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.2.1-497</version>
31+
<version>2.3.0-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Elasticsearch Mapping Updater</name>
@@ -143,12 +143,12 @@
143143
<dependency>
144144
<groupId>com.github.cafdataprocessing.elastic</groupId>
145145
<artifactId>elastic-mapping-updater</artifactId>
146-
<version>2.2.1-497</version>
146+
<version>2.3.0-SNAPSHOT</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.github.cafdataprocessing.elastic</groupId>
150150
<artifactId>elastic-mapping-updater-cli</artifactId>
151-
<version>2.2.1-497</version>
151+
<version>2.3.0-SNAPSHOT</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.github.spullara.mustache.java</groupId>

release-notes-2.2.1.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

release-notes-2.3.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
!not-ready-for-release!
2+
3+
#### Version Number
4+
${version-number}
5+
6+
#### New Features
7+
8+
#### Known Issues

0 commit comments

Comments
 (0)