Skip to content

Commit e044f09

Browse files
author
Build Machine
committed
Update POM versions to 1.1.0-SNAPSHOT
1 parent 85b7620 commit e044f09

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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>1.0.0-19</version>
27+
<version>1.1.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>1.0.0-19</version>
27+
<version>1.1.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>1.0.0-19</version>
27+
<version>1.1.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>1.0.0-19</version>
31+
<version>1.1.0-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Elasticsearch Mapping Updater</name>
@@ -118,12 +118,12 @@
118118
<dependency>
119119
<groupId>com.github.cafdataprocessing.elastic</groupId>
120120
<artifactId>elastic-mapping-updater</artifactId>
121-
<version>1.0.0-19</version>
121+
<version>1.1.0-SNAPSHOT</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.github.cafdataprocessing.elastic</groupId>
125125
<artifactId>elastic-mapping-updater-cli</artifactId>
126-
<version>1.0.0-19</version>
126+
<version>1.1.0-SNAPSHOT</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>info.picocli</groupId>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
!not-ready-for-release!
2+
13
#### Version Number
24
${version-number}
35

46
#### New Features
5-
- Initial version
67

78
#### Known Issues
8-
- None

0 commit comments

Comments
 (0)