Skip to content

Commit 97c3ee7

Browse files
authored
1 parent af8db97 commit 97c3ee7

File tree

7 files changed

+18
-15
lines changed

7 files changed

+18
-15
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>3.2.0-SNAPSHOT</version>
27+
<version>3.1.1-SNAPSHOT</version>
2828
</parent>
2929

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

elastic-mapping-updater-cli-package/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>3.2.0-SNAPSHOT</version>
27+
<version>3.1.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater-cli-package</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>3.2.0-SNAPSHOT</version>
27+
<version>3.1.1-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>3.2.0-SNAPSHOT</version>
27+
<version>3.1.1-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>3.2.0-SNAPSHOT</version>
31+
<version>3.1.1-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Elasticsearch Mapping Updater</name>
@@ -123,12 +123,12 @@
123123
<dependency>
124124
<groupId>com.github.cafdataprocessing.elastic</groupId>
125125
<artifactId>elastic-mapping-updater</artifactId>
126-
<version>3.2.0-SNAPSHOT</version>
126+
<version>3.1.1-SNAPSHOT</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.github.cafdataprocessing.elastic</groupId>
130130
<artifactId>elastic-mapping-updater-cli</artifactId>
131-
<version>3.2.0-SNAPSHOT</version>
131+
<version>3.1.1-SNAPSHOT</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.google.code.findbugs</groupId>

release-notes-3.1.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#### Version Number
2+
${version-number}
3+
4+
#### New Features
5+
- None
6+
7+
#### Patch Fixes Included
8+
- This release includes OS package updates only.
9+
10+
#### Known Issues
11+
- None

release-notes-3.2.0.md

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

0 commit comments

Comments
 (0)