prepare release elasticsearch-cloud-gce-1.0.0
This commit is contained in:
parent
c57903dbaf
commit
e0a99df201
12
README.md
12
README.md
|
@ -5,11 +5,13 @@ The GCE Cloud plugin allows to use GCE API for the unicast discovery mechanism.
|
||||||
|
|
||||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-gce/1.0.0-SNAPSHOT`.
|
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-gce/1.0.0-SNAPSHOT`.
|
||||||
|
|
||||||
----------------------------------------------
|
-------------------------------------------------------------
|
||||||
| GCE Cloud Plugin | Elasticsearch |
|
| GCE Cloud Plugin | Elasticsearch | Release date |
|
||||||
----------------------------------------------
|
-------------------------------------------------------------
|
||||||
| 1.0.0-SNAPSHOT (master) | 0.90 -> master |
|
| 1.1.0-SNAPSHOT (master) | 0.90 -> master | |
|
||||||
----------------------------------------------
|
-------------------------------------------------------------
|
||||||
|
| 1.0.0 | 0.90 -> master | 2013-07-23 |
|
||||||
|
-------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
21
pom.xml
21
pom.xml
|
@ -17,7 +17,7 @@ governing permissions and limitations under the License. -->
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-cloud-gce</artifactId>
|
<artifactId>elasticsearch-cloud-gce</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
|
|
||||||
<description>Google Compute Engine Cloud plugin for ElasticSearch</description>
|
<description>Google Compute Engine Cloud plugin for ElasticSearch</description>
|
||||||
<inceptionYear>2013</inceptionYear>
|
<inceptionYear>2013</inceptionYear>
|
||||||
|
@ -176,25 +176,6 @@ governing permissions and limitations under the License. -->
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>wagon-maven-plugin</artifactId>
|
|
||||||
<version>1.0-beta-4</version>
|
|
||||||
<configuration>
|
|
||||||
<serverId>elasticsearch.download</serverId>
|
|
||||||
<fromFile>${project.build.directory}/releases/${project.build.finalName}.zip</fromFile>
|
|
||||||
<url>s3://test.elasticsearch.org/elasticsearch/${project.artifactId}/</url>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>upload-zip-to-server</id>
|
|
||||||
<phase>deploy</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>upload-single</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -32,7 +32,7 @@ governing permissions and limitations under the License. -->
|
||||||
</logger>
|
</logger>
|
||||||
|
|
||||||
<root>
|
<root>
|
||||||
<priority value="trace" />
|
<priority value="info" />
|
||||||
<appender-ref ref="console" />
|
<appender-ref ref="console" />
|
||||||
</root>
|
</root>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue