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

Commit 00acf49

Browse files
authored
feat: promote to GA (#220)
Release-As: 1.0.0
1 parent 0b9096a commit 00acf49

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/data-catalog",
55
"client_documentation": "https://googleapis.dev/java/google-cloud-datacatalog/latest/",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "java",
99
"repo": "googleapis/java-datacatalog",
1010
"repo_short": "java-datacatalog",

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [Data Catalog][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
@@ -121,9 +118,6 @@ Java 7 or above is required for using this client.
121118
This library follows [Semantic Versioning](http://semver.org/).
122119

123120

124-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
125-
and the public API should not be considered stable.
126-
127121
## Contributing
128122

129123

@@ -161,7 +155,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
161155
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-datacatalog/java8-win.html
162156
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-datacatalog/java11.svg
163157
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-datacatalog/java11.html
164-
[stability-image]: https://img.shields.io/badge/stability-beta-yellow
158+
[stability-image]: https://img.shields.io/badge/stability-ga-green
165159
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datacatalog.svg
166160
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-datacatalog&core=gav
167161
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

synth.metadata

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "https://github.com/googleapis/java-datacatalog.git",
7-
"sha": "7bfe92abb0460fc2abeb7908247397da7d8e754b"
6+
"remote": "git@github.com:googleapis/java-datacatalog.git",
7+
"sha": "b61736c322fb2496be77ab4cc078ff7f42c94cfc"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "e45a2f54dce1ac68497acf305145f9e5bb7e1e48",
15-
"internalRef": "314725741"
14+
"sha": "c1ba5ba3f24307ca5a6df350d0137c29d69983d5",
15+
"internalRef": "316715576"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "e45a2f54dce1ac68497acf305145f9e5bb7e1e48",
23-
"internalRef": "314725741"
22+
"sha": "c1ba5ba3f24307ca5a6df350d0137c29d69983d5",
23+
"internalRef": "316715576"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)