Skip to content

Commit

Permalink
Fixed versions in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
davemoore- committed May 12, 2024
1 parent 93e4993 commit 516e665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once you have installed Elasticsearch, you can install zentity from a remote URL

Example:

`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.13.3.zip`
`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.13.4.zip`

Read the [installation](https://zentity.io/docs/installation) docs for more details.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<zentity.author>Dave Moore</zentity.author>
<zentity.classname>org.elasticsearch.plugin.zentity.ZentityPlugin</zentity.classname>
<zentity.website>${project.url}</zentity.website>
<zentity.version>1.8.4</zentity.version>
<zentity.version>1.8.3</zentity.version>

<!-- Dependency versions -->
<elasticsearch.version>8.13.0</elasticsearch.version>
<elasticsearch.version>8.13.4</elasticsearch.version>
<jackson.core.version>2.17.0</jackson.core.version>
<jackson.databind.version>2.17.0</jackson.databind.version>
<jdk.version>1.17</jdk.version>
Expand Down

0 comments on commit 516e665

Please sign in to comment.