Update to elasticsearch 1.0.0.RC1

Closes #7.
This commit is contained in:
David Pilato 2014-01-13 16:12:52 +01:00
parent 431f704d6d
commit 853519ae95
4 changed files with 12 additions and 12 deletions

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.2.0-SNAPSHOT</version>
<version>2.0.0.RC1-SNAPSHOT</version>
<description>Google Compute Engine Cloud plugin for ElasticSearch</description>
<inceptionYear>2013</inceptionYear>
@ -47,7 +47,7 @@ governing permissions and limitations under the License. -->
</issueManagement>
<properties>
<elasticsearch.version>0.90.10</elasticsearch.version>
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
<google.gce.version>v1beta15-rev3-1.15.0-rc</google.gce.version>
<google.api.version>1.15.0-rc</google.api.version>
<lucene.version>4.6.0</lucene.version>

View File

@ -27,7 +27,7 @@ import com.google.api.client.json.jackson2.JacksonFactory;
import com.google.api.services.compute.Compute;
import com.google.api.services.compute.model.Instance;
import com.google.api.services.compute.model.InstanceList;
import org.elasticsearch.ElasticSearchException;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.common.component.AbstractLifecycleComponent;
import org.elasticsearch.common.inject.Inject;
import org.elasticsearch.common.settings.Settings;
@ -115,14 +115,14 @@ public class GceComputeServiceImpl extends AbstractLifecycleComponent<GceCompute
}
@Override
protected void doStart() throws ElasticSearchException {
protected void doStart() throws ElasticsearchException {
}
@Override
protected void doStop() throws ElasticSearchException {
protected void doStop() throws ElasticsearchException {
}
@Override
protected void doClose() throws ElasticSearchException {
protected void doClose() throws ElasticsearchException {
}
}

View File

@ -23,7 +23,7 @@ import com.google.api.services.compute.model.Instance;
import com.google.api.services.compute.model.Metadata;
import com.google.api.services.compute.model.NetworkInterface;
import com.google.api.services.compute.model.Tags;
import org.elasticsearch.ElasticSearchException;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.cloud.gce.GceComputeService;
import org.elasticsearch.common.component.AbstractLifecycleComponent;
import org.elasticsearch.common.settings.Settings;
@ -83,14 +83,14 @@ public abstract class GceComputeServiceAbstractMock extends AbstractLifecycleCom
}
@Override
protected void doStart() throws ElasticSearchException {
protected void doStart() throws ElasticsearchException {
}
@Override
protected void doStop() throws ElasticSearchException {
protected void doStop() throws ElasticsearchException {
}
@Override
protected void doClose() throws ElasticSearchException {
protected void doClose() throws ElasticsearchException {
}
}

View File

@ -25,10 +25,10 @@ governing permissions and limitations under the License. -->
</logger>
<logger name="org.elasticsearch.cloud.gce">
<level value="info" />
<level value="debug" />
</logger>
<logger name="org.elasticsearch.discovery.gce">
<level value="info" />
<level value="debug" />
</logger>
<root>