Skip to content

Commit

Permalink
bigquerystorage: address doc nits (#4544)
Browse files Browse the repository at this point in the history
-updates description in pom.xml for the api
-updates the readme to reflect this is actually shipped with -alpha
qualifier rather than beta.

Caveat:  I'm not familiar with how versions get revved for releases, so
this may need addressed elsewhere or it may break for the next release.

It looks like the readme and pom diverged for bigquerystorage
at #3978
  • Loading branch information
shollyman committed Feb 22, 2019
1 parent c011130 commit c8e0f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions google-cloud-clients/google-cloud-bigquerystorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ Add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerystorage</artifactId>
<version>0.81.0-beta</version>
<version>0.81.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquerystorage:0.81.0-beta'
compile 'com.google.cloud:google-cloud-bigquerystorage:0.81.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.81.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.81.0-alpha"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/google-cloud-bigquerystorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>Google Cloud Bigquery Storage</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-bigquerystorage</url>
<description>
bigquery storage fill in later
BigQuery Storage API provides fast access to BigQuery table data.
</description>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit c8e0f2f

Please sign in to comment.