Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 7175369

Browse files
committed
prepare release elasticsearch-mapper-attachments-2.4.3
1 parent e8ca6ca commit 7175369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The mapper attachments plugin adds the `attachment` type to Elasticsearch using
55
The `attachment` type allows to index different "attachment" type field (encoded as `base64`), for example,
66
microsoft office formats, open document formats, ePub, HTML, and so on (full list can be found [here](http://tika.apache.org/1.5/formats.html)).
77

8-
## Version 2.4.3-SNAPSHOT for Elasticsearch: 1.4
8+
## Version 2.4.3 for Elasticsearch: 1.4
99

1010
If you are looking for another version documentation, please refer to the
1111
[compatibility matrix](https://github.com/elasticsearch/elasticsearch-mapper-attachments/#mapper-attachments-type-for-elasticsearch).

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.elasticsearch</groupId>
77
<artifactId>elasticsearch-mapper-attachments</artifactId>
8-
<version>2.4.3-SNAPSHOT</version>
8+
<version>2.4.3</version>
99
<packaging>jar</packaging>
1010
<name>Elasticsearch Mapper Attachment plugin</name>
1111
<description>The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.</description>

0 commit comments

Comments
 (0)