File tree Expand file tree Collapse file tree 6 files changed +16
-15
lines changed
elastic-mapping-updater-cli-image
elastic-mapping-updater-cli Expand file tree Collapse file tree 6 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.cafdataprocessing.elastic</groupId >
26
26
<artifactId >elastic-mapping-updater-aggregator</artifactId >
27
- <version >1.1.0 -SNAPSHOT</version >
27
+ <version >1.0.1 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >elastic-mapping-updater-cli-image</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.cafdataprocessing.elastic</groupId >
26
26
<artifactId >elastic-mapping-updater-aggregator</artifactId >
27
- <version >1.1.0 -SNAPSHOT</version >
27
+ <version >1.0.1 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >elastic-mapping-updater-cli</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.cafdataprocessing.elastic</groupId >
26
26
<artifactId >elastic-mapping-updater-aggregator</artifactId >
27
- <version >1.1.0 -SNAPSHOT</version >
27
+ <version >1.0.1 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >elastic-mapping-updater</artifactId >
Original file line number Diff line number Diff line change 28
28
29
29
<groupId >com.github.cafdataprocessing.elastic</groupId >
30
30
<artifactId >elastic-mapping-updater-aggregator</artifactId >
31
- <version >1.1.0 -SNAPSHOT</version >
31
+ <version >1.0.1 -SNAPSHOT</version >
32
32
<packaging >pom</packaging >
33
33
34
34
<name >Elasticsearch Mapping Updater</name >
118
118
<dependency >
119
119
<groupId >com.github.cafdataprocessing.elastic</groupId >
120
120
<artifactId >elastic-mapping-updater</artifactId >
121
- <version >1.1.0 -SNAPSHOT</version >
121
+ <version >1.0.1 -SNAPSHOT</version >
122
122
</dependency >
123
123
<dependency >
124
124
<groupId >com.github.cafdataprocessing.elastic</groupId >
125
125
<artifactId >elastic-mapping-updater-cli</artifactId >
126
- <version >1.1.0 -SNAPSHOT</version >
126
+ <version >1.0.1 -SNAPSHOT</version >
127
127
</dependency >
128
128
<dependency >
129
129
<groupId >info.picocli</groupId >
133
133
<dependency >
134
134
<groupId >org.apache.httpcomponents</groupId >
135
135
<artifactId >httpclient</artifactId >
136
- <version >4.5.11 </version >
136
+ <version >4.5.12 </version >
137
137
<exclusions >
138
138
<exclusion >
139
139
<groupId >commons-logging</groupId >
Original file line number Diff line number Diff line change
1
+
2
+ #### Version Number
3
+ ${version-number}
4
+
5
+ #### Bug Fixes
6
+
7
+ * ** SCMOD-9173** : Upgrade Httpclient to 4.5.12 to resolve an SSL verification issue.
8
+
9
+ #### Known Issues
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments