Skip to content

Commit 3755992

Browse files
authored
SCMOD-15728: Update release notes (#26)
https://portal.digitalsafe.net/browse/SCMOD-15728
1 parent 9f6b639 commit 3755992

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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.0-SNAPSHOT</version>
27+
<version>2.1.1-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.0-SNAPSHOT</version>
27+
<version>2.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>2.2.0-SNAPSHOT</version>
27+
<version>2.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>2.2.0-SNAPSHOT</version>
31+
<version>2.1.1-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Elasticsearch Mapping Updater</name>
@@ -144,12 +144,12 @@
144144
<dependency>
145145
<groupId>com.github.cafdataprocessing.elastic</groupId>
146146
<artifactId>elastic-mapping-updater</artifactId>
147-
<version>2.2.0-SNAPSHOT</version>
147+
<version>2.1.1-SNAPSHOT</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.github.cafdataprocessing.elastic</groupId>
151151
<artifactId>elastic-mapping-updater-cli</artifactId>
152-
<version>2.2.0-SNAPSHOT</version>
152+
<version>2.1.1-SNAPSHOT</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>com.github.spullara.mustache.java</groupId>

release-notes-2.1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#### Version Number
2+
${version-number}
3+
4+
#### Bug Fixes
5+
- Dependency updates only in this release.
6+
7+
#### Known Issues
8+
- None

release-notes-2.2.0.md

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

0 commit comments

Comments
 (0)