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

Commit

Permalink
feat: promote to beta (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Dec 17, 2019
1 parent 44e5cb6 commit 87b3b70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/dialogflow-enterprise/",
"client_documentation": "https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/dialogflow/v2/package-summary.html",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
"release_level": "alpha",
"release_level": "beta",
"language": "java",
"repo": "googleapis/java-dialogflow",
"repo_short": "java-dialogflow",
Expand Down
14 changes: 7 additions & 7 deletions README.md
@@ -1,11 +1,9 @@
Google Cloud Java Client for Dialogflow
======================================
# Google Cloud Java Client for Dialogflow

Java idiomatic client for [Dialogflow][dialogflow].

[![Kokoro CI](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/master.svg)](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/master.html)
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow.svg)](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
[![Maven][maven-version-image]][maven-version-link]
![Stability][stability-image]

- [Dialogflow Standard Edition Documentation][dialogflow-standard-product-docs]
- [Dialogflow Enterprise Edition Documentation][dialogflow-enterprise-product-docs]
Expand All @@ -23,7 +21,7 @@ If you are using Maven with a BOM, add this to your pom.xml file.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>2.8.0</version>
<version>3.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -110,7 +108,9 @@ License

Apache 2.0 - See [LICENSE] for more information.


[stability-image]: https://img.shields.io/badge/stability-beta-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow.svg
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-dialogflow&core=gav
[CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md
[code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Expand Up @@ -5,4 +5,4 @@ proto-google-cloud-dialogflow-v2:0.83.0:0.83.0
proto-google-cloud-dialogflow-v2beta1:0.83.0:0.83.0
grpc-google-cloud-dialogflow-v2beta1:0.83.0:0.83.0
grpc-google-cloud-dialogflow-v2:0.83.0:0.83.0
google-cloud-dialogflow:0.118.0-alpha:0.118.0-alpha
google-cloud-dialogflow:0.118.0:0.118.0

0 comments on commit 87b3b70

Please sign in to comment.