elastic / elasticsearch-parent

Elasticsearch Parent POM
Apache License 2.0
3 stars 10 forks source link

Update to Elasticsearch 2.0.0 #55

Closed emig closed 8 years ago

dadoonet commented 8 years ago

Since 2.0, this project is not used anymore as everything moved to elasticsearch repository.

Have a look at https://github.com/elastic/elasticsearch/blob/2.0/pom.xml

You could depend on:

<groupId>org.elasticsearch</groupId>
<artifactId>parent</artifactId>
<version>2.0.1</version>

Or on plugins:

<groupId>org.elasticsearch.plugin</groupId>
<artifactId>plugins</artifactId>
<version>2.0.1</version>
emig commented 8 years ago

@dadoonet thanks for the information.