Skip to content

Commit

Permalink
updated dependencies for release 5.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
malike committed Jul 27, 2018
1 parent 5edd707 commit ecdfd49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ Elasticsearch versions supported by this plugin include :
| Elasticsearch Version| Report Plugin Version | Comments |
| --------------------- | -------- |-------- |
| 5.4.0|[zip](https://github.com/malike/elasticsearch-report-engine/releases/download/5.4.0/st.malike.elasticsearch.report.engine-5.4.0.zip)| Tested |
| 5.6.1|[zip](https://github.com/malike/elasticsearch-report-engine/releases/download/5.6.1/st.malike.elasticsearch.report.engine-5.6.1.zip)| Tested |
| 5.6.10|[zip](https://github.com/malike/elasticsearch-report-engine/releases/download/5.6.1/st
.malike.elasticsearch.report.engine-5.6.10.zip)| Tested |

<p>&nbsp;</p>
<p>&nbsp;</p>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>elasticsearch-report-engine</groupId>
<artifactId>st.malike.elasticsearch.report.engine</artifactId>
<version>5.4.0</version>
<version>5.6.10</version>
<name>Plugin: Report Engine</name>
<description>A plugin to generate PDF reports with ElasticSearch</description>


<properties>
<elasticsearch.groupid>org.elasticsearch.distribution.zip</elasticsearch.groupid>
<skipTests>false</skipTests>
<elasticsearch.version>5.4.0</elasticsearch.version>
<elasticsearch.version>5.6.10</elasticsearch.version>
<log4j.version>2.8.2</log4j.version>
</properties>

Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>elasticsearch-cluster-runner</artifactId>
<version>5.4.1.0</version>
<version>5.6.8.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit ecdfd49

Please sign in to comment.