We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b840da commit f40dd0dCopy full SHA for f40dd0d
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>org.elasticsearch</groupId>
7
<artifactId>readonlyrest</artifactId>
8
- <version>1.3</version> <!-- plugin_version -->
+ <version>1.4</version> <!-- plugin_version -->
9
<packaging>jar</packaging>
10
<description>Safely expose Elasticsearch REST API directly to the public with access control list</description>
11
<inceptionYear>2013</inceptionYear>
@@ -24,7 +24,7 @@
24
</url>
25
</scm>
26
<properties>
27
- <elasticsearch.version>1.5.2</elasticsearch.version>
+ <elasticsearch.version>1.6.0</elasticsearch.version>
28
</properties>
29
30
<repositories>
0 commit comments