Skip to content

Commit

Permalink
doc: remove deprecated content (#283)
Browse files Browse the repository at this point in the history
* doc: remove deprecated content

* deps: bump samples shared-dep and libraries-bom versions
  • Loading branch information
stephaniewang526 committed Apr 22, 2020
1 parent e72a99f commit 820b4d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -50,11 +50,6 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.111.0"
```
[//]: # ({x-version-update-end})

Example Application
-------------------
- [`BigQueryExample`](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/BigQueryExample.java) - A simple command line interface providing some of Cloud BigQuery's functionality.
Read more about using this application on the [`BigQueryExample` docs page](https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/examples/bigquery/BigQueryExample.html).

Authentication
--------------

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>4.4.1</version>
<version>5.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 820b4d5

Please sign in to comment.