prepare release elasticsearch-cloud-gce-1.0.0

This commit is contained in:
David Pilato 2013-07-23 12:48:13 +02:00
parent c57903dbaf
commit e0a99df201
3 changed files with 9 additions and 26 deletions

View File

@ -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`.
----------------------------------------------
| GCE Cloud Plugin | Elasticsearch |
----------------------------------------------
| 1.0.0-SNAPSHOT (master) | 0.90 -> master |
----------------------------------------------
-------------------------------------------------------------
| GCE Cloud Plugin | Elasticsearch | Release date |
-------------------------------------------------------------
| 1.1.0-SNAPSHOT (master) | 0.90 -> master | |
-------------------------------------------------------------
| 1.0.0 | 0.90 -> master | 2013-07-23 |
-------------------------------------------------------------

21
pom.xml
View File

@ -17,7 +17,7 @@ governing permissions and limitations under the License. -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<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>
<inceptionYear>2013</inceptionYear>
@ -176,25 +176,6 @@ governing permissions and limitations under the License. -->
</execution>
</executions>
</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>
</build>
</project>

View File

@ -32,7 +32,7 @@ governing permissions and limitations under the License. -->
</logger>
<root>
<priority value="trace" />
<priority value="info" />
<appender-ref ref="console" />
</root>