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

Commit 11cb57e

Browse files
authored
feat: promote to GA (#171)
Release-As: 1.0.0
1 parent 6d7b475 commit 11cb57e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/recaptcha-enterprise/docs/",
55
"client_documentation": "https://googleapis.dev/java/google-cloud-recaptchaenterprise/latest/",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "java",
99
"repo": "googleapis/java-recaptchaenterprise",
1010
"repo_short": "java-recaptchaenterprise",

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [reCAPTCHA Enterprise][product-docs].
88
- [Product Documentation][product-docs]
99
- [Client Library Documentation][javadocs]
1010

11-
> Note: This client is a work-in-progress, and may occasionally
12-
> make backwards-incompatible changes.
13-
1411
## Quickstart
1512

1613
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
@@ -101,11 +98,11 @@ If you are using Maven without BOM, add this to your dependencies:
10198

10299
If you are using Gradle, add this to your dependencies
103100
```Groovy
104-
compile 'com.google.cloud:google-cloud-recaptchaenterprise:0.31.0'
101+
compile 'com.google.cloud:google-cloud-recaptchaenterprise:0.30.1'
105102
```
106103
If you are using SBT, add this to your dependencies
107104
```Scala
108-
libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "0.31.0"
105+
libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "0.30.1"
109106
```
110107
[//]: # ({x-version-update-end})
111108

@@ -159,9 +156,6 @@ Java 7 or above is required for using this client.
159156
This library follows [Semantic Versioning](http://semver.org/).
160157

161158

162-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
163-
and the public API should not be considered stable.
164-
165159
## Contributing
166160

167161

@@ -199,7 +193,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
199193
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-recaptchaenterprise/java8-win.html
200194
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-recaptchaenterprise/java11.svg
201195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-recaptchaenterprise/java11.html
202-
[stability-image]: https://img.shields.io/badge/stability-beta-yellow
196+
[stability-image]: https://img.shields.io/badge/stability-ga-green
203197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-recaptchaenterprise.svg
204198
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-recaptchaenterprise&core=gav
205199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

0 commit comments

Comments
 (0)