@@ -8,9 +8,6 @@ Java idiomatic client for [Cloud Security Scanner][product-docs].
8
8
- [ Product Documentation] [ product-docs ]
9
9
- [ Client Library Documentation] [ javadocs ]
10
10
11
- > Note: This client is a work-in-progress, and may occasionally
12
- > make backwards-incompatible changes.
13
-
14
11
## Quickstart
15
12
16
13
If you are using Maven with [ BOM] [ libraries-bom ] , add this to your pom.xml file
@@ -20,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
20
17
<dependency >
21
18
<groupId >com.google.cloud</groupId >
22
19
<artifactId >libraries-bom</artifactId >
23
- <version >8.0 .0</version >
20
+ <version >8.1 .0</version >
24
21
<type >pom</type >
25
22
<scope >import</scope >
26
23
</dependency >
@@ -108,9 +105,6 @@ Java 7 or above is required for using this client.
108
105
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
109
106
110
107
111
- It is currently in major version zero (`` 0.y.z `` ), which means that anything may change at any time
112
- and the public API should not be considered stable.
113
-
114
108
## Contributing
115
109
116
110
@@ -148,7 +142,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
148
142
[ kokoro-badge-link-4 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-websecurityscanner/java8-win.html
149
143
[ kokoro-badge-image-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-websecurityscanner/java11.svg
150
144
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-websecurityscanner/java11.html
151
- [ stability-image ] : https://img.shields.io/badge/stability-beta-yellow
145
+ [ stability-image ] : https://img.shields.io/badge/stability-ga-green
152
146
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-websecurityscanner.svg
153
147
[ maven-version-link ] : https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-websecurityscanner&core=gav
154
148
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
0 commit comments