Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 6e3ccf3

Browse files
authored
docs: fix README versions and CI Status table
1 parent 178d659 commit 6e3ccf3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
This module provides common functionality required by service-specific modules of this library.
44

5-
[![Kokoro CI][kokoro-badge]][kokoro-badge-link]
65
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-core.svg)](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-core.svg)
76

87
- [API Documentation][api-docs]
@@ -15,16 +14,16 @@ If you are using Maven, add this to your pom.xml file
1514
<dependency>
1615
<groupId>com.google.cloud</groupId>
1716
<artifactId>google-cloud-core</artifactId>
18-
<version>1.84.0</version>
17+
<version>1.90.0</version>
1918
</dependency>
2019
```
2120
If you are using Gradle, add this to your dependencies
2221
```Groovy
23-
compile 'com.google.cloud:google-cloud-core:1.84.0'
22+
compile 'com.google.cloud:google-cloud-core:1.90.0'
2423
```
2524
If you are using SBT, add this to your dependencies
2625
```Scala
27-
libraryDependencies += "com.google.cloud" % "google-cloud-core" % "1.84.0"
26+
libraryDependencies += "com.google.cloud" % "google-cloud-core" % "1.90.0"
2827
```
2928
[//]: # ({x-version-update-end})
3029

@@ -53,11 +52,18 @@ considered stable.
5352

5453
Apache 2.0 - See [LICENSE][license] for more information.
5554

55+
## CI Status
56+
57+
Java Version | Status
58+
------------ | ------
59+
Java 7 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java7.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java7.html)
60+
Java 8 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8.html)
61+
Java 11 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java11.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java11.html)
62+
63+
5664
[contributing]: https://github.com/googleapis/java-core/blob/master/CONTRIBUTING.md
5765
[code-of-conduct]: https://github.com/googleapis/java-core/blob/master/CODE_OF_CONDUCT.md
5866
[license]: https://github.com/googleapis/java-core/blob/master/LICENSE
5967
[semver]: http://semver.org/
6068
[cloud-platform]: https://cloud.google.com/
61-
[kokoro-badge]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/master.svg
62-
[kokoro-badge-link]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/master.html
6369
[api-docs]: https://googleapis.dev/java/google-cloud-core/latest

0 commit comments

Comments
 (0)