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

Commit 8a679fa

Browse files
committed
Update to elasticsearch 2.0.1
Closes #193.
1 parent d36b0a5 commit 8a679fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<parent>
2828
<groupId>org.elasticsearch.plugin</groupId>
2929
<artifactId>plugins</artifactId>
30-
<version>2.0.0</version>
30+
<version>2.0.1</version>
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>2.0.0</elasticsearch.version>
34+
<elasticsearch.version>2.0.1</elasticsearch.version>
3535
<elasticsearch.plugin.name>mapper-attachments</elasticsearch.plugin.name>
3636
<elasticsearch.plugin.classname>org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin</elasticsearch.plugin.classname>
3737
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>

0 commit comments

Comments
 (0)