Skip to content

Commit

Permalink
Creating branch for 0.2.0: refactoring the entity model.
Browse files Browse the repository at this point in the history
  • Loading branch information
davemoore- committed Apr 7, 2018
1 parent e152756 commit 0f44e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,7 @@ Once you have installed Elasticsearch, you can install zentity from a remote URL

Example:

`elasticsearch-plugin install https://zentity.io/releases/zentity-0.1.1-beta.2-elasticsearch-6.2.3.zip`
`elasticsearch-plugin install https://zentity.io/releases/zentity-0.2.0-beta.1-elasticsearch-6.2.3.zip`


### Install from local file
Expand All @@ -44,7 +44,7 @@ Example:

Example:

`elasticsearch-plugin install file:///path/to/zentity-0.1.1-beta.2-elasticsearch-6.2.3.zip`
`elasticsearch-plugin install file:///path/to/zentity-0.2.0-beta.1-elasticsearch-6.2.3.zip`


### Next steps
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@
<zentity.author>Dave Moore</zentity.author>
<zentity.classname>org.elasticsearch.plugin.zentity.ZentityPlugin</zentity.classname>
<zentity.website>https://zentity.io</zentity.website>
<zentity.version>0.1.1-beta.2</zentity.version>
<zentity.version>0.2.0-beta.1</zentity.version>
<!-- dependency versions -->
<elasticsearch.version>6.2.3</elasticsearch.version>
<jackson.version>2.9.4</jackson.version>
Expand Down

0 comments on commit 0f44e20

Please sign in to comment.