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

Commit

Permalink
prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Oct 8, 2014
1 parent bb8eb4a commit d743fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ The mapper attachments plugin adds the `attachment` type to Elasticsearch using
The `attachment` type allows to index different "attachment" type field (encoded as `base64`), for example,
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)).

## Version 2.4.0 for Elasticsearch: 1.4
## Version 2.4.1-SNAPSHOT for Elasticsearch: 1.4

If you are looking for another version documentation, please refer to the
[compatibility matrix](https://github.com/elasticsearch/elasticsearch-mapper-attachments/#mapper-attachments-type-for-elasticsearch).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-mapper-attachments</artifactId>
<version>2.4.0</version>
<version>2.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Elasticsearch Mapper Attachment plugin</name>
<description>The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.</description>
Expand Down

0 comments on commit d743fe9

Please sign in to comment.