|
247 | 247 | <!-- plugins -->
|
248 | 248 | <artifactItem>
|
249 | 249 | <groupId>org.elasticsearch.plugin</groupId>
|
250 |
| - <artifactId>elasticsearch-analysis-kuromoji</artifactId> |
| 250 | + <artifactId>analysis-kuromoji</artifactId> |
251 | 251 | <version>${elasticsearch.version}</version>
|
252 | 252 | <type>zip</type>
|
253 | 253 | <overWrite>true</overWrite>
|
254 | 254 | </artifactItem>
|
255 | 255 |
|
256 | 256 | <artifactItem>
|
257 | 257 | <groupId>org.elasticsearch.plugin</groupId>
|
258 |
| - <artifactId>elasticsearch-analysis-smartcn</artifactId> |
| 258 | + <artifactId>analysis-smartcn</artifactId> |
259 | 259 | <version>${elasticsearch.version}</version>
|
260 | 260 | <type>zip</type>
|
261 | 261 | <overWrite>true</overWrite>
|
262 | 262 | </artifactItem>
|
263 | 263 |
|
264 | 264 | <artifactItem>
|
265 | 265 | <groupId>org.elasticsearch.plugin</groupId>
|
266 |
| - <artifactId>elasticsearch-analysis-stempel</artifactId> |
| 266 | + <artifactId>analysis-stempel</artifactId> |
267 | 267 | <version>${elasticsearch.version}</version>
|
268 | 268 | <type>zip</type>
|
269 | 269 | <overWrite>true</overWrite>
|
270 | 270 | </artifactItem>
|
271 | 271 |
|
272 | 272 | <artifactItem>
|
273 | 273 | <groupId>org.elasticsearch.plugin</groupId>
|
274 |
| - <artifactId>elasticsearch-analysis-phonetic</artifactId> |
| 274 | + <artifactId>analysis-phonetic</artifactId> |
275 | 275 | <version>${elasticsearch.version}</version>
|
276 | 276 | <type>zip</type>
|
277 | 277 | <overWrite>true</overWrite>
|
278 | 278 | </artifactItem>
|
279 | 279 |
|
280 | 280 | <artifactItem>
|
281 | 281 | <groupId>org.elasticsearch.plugin</groupId>
|
282 |
| - <artifactId>elasticsearch-analysis-icu</artifactId> |
| 282 | + <artifactId>analysis-icu</artifactId> |
283 | 283 | <version>${elasticsearch.version}</version>
|
284 | 284 | <type>zip</type>
|
285 | 285 | <overWrite>true</overWrite>
|
286 | 286 | </artifactItem>
|
287 | 287 |
|
288 | 288 | <artifactItem>
|
289 | 289 | <groupId>org.elasticsearch.plugin</groupId>
|
290 |
| - <artifactId>elasticsearch-cloud-gce</artifactId> |
| 290 | + <artifactId>cloud-gce</artifactId> |
291 | 291 | <version>${elasticsearch.version}</version>
|
292 | 292 | <type>zip</type>
|
293 | 293 | <overWrite>true</overWrite>
|
294 | 294 | </artifactItem>
|
295 | 295 |
|
296 | 296 | <artifactItem>
|
297 | 297 | <groupId>org.elasticsearch.plugin</groupId>
|
298 |
| - <artifactId>elasticsearch-cloud-azure</artifactId> |
| 298 | + <artifactId>cloud-azure</artifactId> |
299 | 299 | <version>${elasticsearch.version}</version>
|
300 | 300 | <type>zip</type>
|
301 | 301 | <overWrite>true</overWrite>
|
302 | 302 | </artifactItem>
|
303 | 303 |
|
304 | 304 | <artifactItem>
|
305 | 305 | <groupId>org.elasticsearch.plugin</groupId>
|
306 |
| - <artifactId>elasticsearch-cloud-aws</artifactId> |
| 306 | + <artifactId>cloud-aws</artifactId> |
307 | 307 | <version>${elasticsearch.version}</version>
|
308 | 308 | <type>zip</type>
|
309 | 309 | <overWrite>true</overWrite>
|
310 | 310 | </artifactItem>
|
311 | 311 |
|
312 | 312 | <artifactItem>
|
313 | 313 | <groupId>org.elasticsearch.plugin</groupId>
|
314 |
| - <artifactId>elasticsearch-delete-by-query</artifactId> |
| 314 | + <artifactId>delete-by-query</artifactId> |
315 | 315 | <version>${elasticsearch.version}</version>
|
316 | 316 | <type>zip</type>
|
317 | 317 | <overWrite>true</overWrite>
|
318 | 318 | </artifactItem>
|
319 | 319 |
|
320 | 320 | <artifactItem>
|
321 | 321 | <groupId>org.elasticsearch.plugin</groupId>
|
322 |
| - <artifactId>elasticsearch-lang-python</artifactId> |
| 322 | + <artifactId>lang-python</artifactId> |
323 | 323 | <version>${elasticsearch.version}</version>
|
324 | 324 | <type>zip</type>
|
325 | 325 | <overWrite>true</overWrite>
|
326 | 326 | </artifactItem>
|
327 | 327 |
|
328 | 328 | <artifactItem>
|
329 | 329 | <groupId>org.elasticsearch.plugin</groupId>
|
330 |
| - <artifactId>elasticsearch-lang-javascript</artifactId> |
| 330 | + <artifactId>lang-javascript</artifactId> |
331 | 331 | <version>${elasticsearch.version}</version>
|
332 | 332 | <type>zip</type>
|
333 | 333 | <overWrite>true</overWrite>
|
|
343 | 343 |
|
344 | 344 | <artifactItem>
|
345 | 345 | <groupId>org.elasticsearch.plugin</groupId>
|
346 |
| - <artifactId>elasticsearch-mapper-size</artifactId> |
| 346 | + <artifactId>mapper-size</artifactId> |
347 | 347 | <version>${elasticsearch.version}</version>
|
348 | 348 | <type>zip</type>
|
349 | 349 | <overWrite>true</overWrite>
|
350 | 350 | </artifactItem>
|
351 | 351 |
|
352 | 352 | <artifactItem>
|
353 | 353 | <groupId>org.elasticsearch.plugin</groupId>
|
354 |
| - <artifactId>elasticsearch-site-example</artifactId> |
| 354 | + <artifactId>site-example</artifactId> |
355 | 355 | <version>${elasticsearch.version}</version>
|
356 | 356 | <type>zip</type>
|
357 | 357 | <overWrite>true</overWrite>
|
358 | 358 | </artifactItem>
|
359 | 359 |
|
360 | 360 | <artifactItem>
|
361 | 361 | <groupId>org.elasticsearch.plugin</groupId>
|
362 |
| - <artifactId>elasticsearch-jvm-example</artifactId> |
| 362 | + <artifactId>jvm-example</artifactId> |
363 | 363 | <version>${elasticsearch.version}</version>
|
364 | 364 | <type>zip</type>
|
365 | 365 | <overWrite>true</overWrite>
|
|
0 commit comments