Skip to content

Commit

Permalink
Revert "Update attachment mapper to v3.0.0"
Browse files Browse the repository at this point in the history
This reverts commit c906cd5.
  • Loading branch information
ruflin committed Sep 15, 2015
1 parent c906cd5 commit 6863c19
Show file tree
Hide file tree
Showing 3 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 @@ -24,7 +24,7 @@ Dependencies
| Project | Version | Required |
|---------|---------|----------|
|[Elasticsearch](https://github.com/elasticsearch/elasticsearch/tree/v1.7.2)|1.7.2|yes|
|[Elasticsearch mapper attachments plugin](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v3.0.0)|3.0.0|no|
|[Elasticsearch mapper attachments plugin](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.7.0)|2.7.0|no|
|[Elasticsearch thrift transport plugin](https://github.com/elasticsearch/elasticsearch-transport-thrift/tree/v2.7.0)|2.7.0|no|
|[Elasticsearch memcached transport plugin](https://github.com/elastic/elasticsearch-transport-memcached/tree/v2.7.0)|2.7.0|no|
|[Elasticsearch geocluster facet plugin](https://github.com/zenobase/geocluster-facet/tree/0.0.12)|0.0.12|no|
Expand Down
2 changes: 1 addition & 1 deletion ansible/es-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
vars:
- ES_VER: "1.7.2"
- ES_SHORT_VER: "1.7"
- ES_MAPPER_ATTACHMENTS_VER: "3.0.0"
- ES_MAPPER_ATTACHMENTS_VER: "2.7.0"
- ES_TRANSPORT_MEMCACHED_VER: "2.7.0"
- ES_TRANSPORT_THRIFT_VER: "2.7.0"
- ES_GEOCLUSTER_FACET_VER: "0.0.12"
Expand Down
2 changes: 1 addition & 1 deletion env/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM elasticsearch:1.7.2
MAINTAINER Nicolas Ruflin <[email protected]>

# Dependencies
ENV ES_MAPPER_ATTACHMENTS_VER 3.0.0
ENV ES_MAPPER_ATTACHMENTS_VER 2.7.0
ENV ES_TRANSPORT_MEMCACHED_VER 2.7.0
ENV ES_TRANSPORT_THRIFT_VER 2.7.0
ENV ES_GEOCLUSTER_FACET_VER 0.0.12
Expand Down

0 comments on commit 6863c19

Please sign in to comment.