prepare for next development iteration
This commit is contained in:
parent
0a454efe18
commit
c0663277bc
|
@ -8,6 +8,8 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
| Attachment Mapper Plugin | ElasticSearch | Tika |
|
| Attachment Mapper Plugin | ElasticSearch | Tika |
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
| 1.9.0-SNAPSHOT (master) | 0.90.3 -> master | 1.2 |
|
||||||
|
------------------------------------------------------
|
||||||
| 1.8.0 | 0.90.3 -> master | 1.2 |
|
| 1.8.0 | 0.90.3 -> master | 1.2 |
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
| 1.7.0 | 0.90 -> 0.90.2 | 1.2 |
|
| 1.7.0 | 0.90 -> 0.90.2 | 1.2 |
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-mapper-attachments</artifactId>
|
<artifactId>elasticsearch-mapper-attachments</artifactId>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>Mapper Attachments Type for ElasticSearch</description>
|
<description>Mapper Attachments Type for ElasticSearch</description>
|
||||||
<inceptionYear>2009</inceptionYear>
|
<inceptionYear>2009</inceptionYear>
|
||||||
|
|
Loading…
Reference in New Issue