Skip to content

Commit 6db91d9

Browse files
---
yaml --- r: 1295 b: refs/heads/pubsub-alpha c: ac33e48 h: refs/heads/master i: 1293: f48ed4f 1291: 7ee6c4a 1287: bc4d065 1279: 4d166d8 v: v3
1 parent 6bd3ab9 commit 6db91d9

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ refs/heads/master: a25e50430b55b93816be392e363638e67f67a500
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
6-
refs/heads/pubsub-alpha: a2cb76c71d396262455a0d285c4098656a192585
6+
refs/heads/pubsub-alpha: ac33e480bf03799b52908fb34c045083ccf8cc4e

branches/pubsub-alpha/gcloud-java-gax/README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
Google Cloud Java Client
2-
==========================
1+
Google Cloud Java Client -- GAX
2+
=========================================
33

4-
Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
4+
This module provides common functionality required by service-specific modules of this library.
55

66
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/gcloud-java)
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master)
8+
[![Maven](https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-gax.svg)](https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-gax.svg)
89

910
- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/)
10-
- [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs)
11-
- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/examples/package-summary.html)
12-
13-
This module provides common functionality and is required by the other service specific modules.
11+
- [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/package-summary.html)
1412

1513
Quickstart
1614
----------
@@ -19,22 +17,22 @@ Add this to your pom.xml file
1917
<dependency>
2018
<groupId>com.google.gcloud</groupId>
2119
<artifactId>gcloud-java-gax</artifactId>
22-
<version>0.0.6</version>
20+
<version>0.0.10</version>
2321
</dependency>
2422
```
2523

24+
Java Versions
25+
-------------
26+
27+
Java 7 or above is required for using this client.
28+
2629
Contributing
2730
------------
2831

2932
Contributions to this library are always welcome and highly encouraged.
3033

3134
See [CONTRIBUTING] for more information on how to get started.
3235

33-
Java Versions
34-
-------------
35-
36-
Java 7 or above is required for using this client.
37-
3836
Versioning
3937
----------
4038

0 commit comments

Comments
 (0)