Skip to content

Commit 1a77c50

Browse files
authored
chore: update README with CI, stability, latest version badges (#1307)
1 parent c4dfb48 commit 1a77c50

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Google HTTP Client Library for Java
22

3+
[![Maven][maven-version-image]][maven-version-link]
4+
![Stability][stability-image]
5+
[![CI Status][ci-status-image]][ci-status-link]
6+
37
## Description
48
Written by Google, the Google HTTP Client Library for Java is a flexible, efficient, and powerful
59
Java library for accessing any resource on the web via HTTP. The library has the following
@@ -46,15 +50,12 @@ might result, and you are not guaranteed a compilation error.
4650
- [Release Notes](https://github.com/googleapis/google-http-java-client/releases)
4751
- [Support (Questions, Bugs)](https://developers.google.com/api-client-library/java/google-http-java-client/support)
4852

49-
## CI Status
50-
51-
Java Version | Status
52-
------------ | ------
53-
Java 7 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.html)
54-
Java 8 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.html)
55-
Java 11 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java11.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java11.html)
56-
57-
5853
[google-oauth-client]: https://github.com/googleapis/google-oauth-java-client
5954
[google-api-client]: https://github.com/googleapis/google-api-java-client
6055
[contributions]: CONTRIBUTING.md
56+
57+
[ci-status-image]: https://github.com/googleapis/google-http-java-client/actions/workflows/ci.yaml/badge.svg?event=push
58+
[ci-status-link]: https://github.com/googleapis/google-http-java-client/actions?query=event%3Apush
59+
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.http-client/google-http-client.svg
60+
[maven-version-link]: https://search.maven.org/search?q=g:com.google.http-client%20AND%20a:google-http-client&core=gav
61+
[stability-image]: https://img.shields.io/badge/stability-ga-green

0 commit comments

Comments
 (0)