Modify the plugin's version to 0.7.0

We decided to release the first version of the plugin as 0.7.0. This
version is still beta.

Change-Id: I89371d82d57597419d99b6a7137b4676c3dd81a4
This commit is contained in:
Simon Pasquier 2015-04-07 11:37:52 +02:00
parent 95cad24076
commit 60786a4e98
2 changed files with 5 additions and 5 deletions

View File

@ -45,13 +45,13 @@ To install the Elasticsearch-Kibana plugin, follow these steps:
Fuel Master node yet.
```
scp elasticsearch_kibana-1.0-1.0.0-0.noarch.rpm root@<Fuel Master node IP address>:
scp elasticsearch_kibana-0.7-0.7.0-0.noarch.rpm root@<Fuel Master node IP address>:
```
3. Install the plugin using the `fuel` command line:
```
fuel plugins --install elasticsearch_kibana-1.0-1.0.0-0.noarch.rpm
fuel plugins --install elasticsearch_kibana-0.7-0.7.0-0.noarch.rpm
```
4. Verify that the plugin is installed correctly:
@ -126,9 +126,9 @@ None.
Release Notes
-------------
**1.0.0**
**0.7.0**
* Initial release of the plugin
* Initial release of the plugin. This is a beta version.
Contributors
------------

View File

@ -3,7 +3,7 @@ name: elasticsearch_kibana
# Human-readable name for your plugin
title: The Elasticsearch-Kibana Server Plugin
# Plugin version
version: '0.1.0'
version: '0.7.0'
# Description
description: Deploy Elasticsearch server and the Kibana web interface (refer to the Elasticsearch-Kibana user guide for instructions).
# Required fuel version