Skip to content

Commit fe142cf

Browse files
Bumping NL, Translate to beta (#1848)
1 parent 7d8cc9a commit fe142cf

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ This client supports the following Google Cloud Platform services at a [Beta](#v
1919
- [Google Cloud Datastore](#google-cloud-datastore-beta) (Beta)
2020
- [Google Cloud Storage](#google-cloud-storage-beta) (Beta)
2121
- [Cloud Spanner](#cloud-spanner-beta) (Beta)
22+
- [Google Cloud Translate](#google-translate-beta) (Beta)
2223
- Cloud Vision (Beta)
24+
- Cloud Natural Language (Beta)
2325

2426
This client supports the following Google Cloud Platform services at an [Alpha](#versioning) quality level:
2527

2628
- [Google Cloud Compute](#google-cloud-compute-alpha) (Alpha)
2729
- [Google Cloud DNS](#google-cloud-dns-alpha) (Alpha)
2830
- [Google Cloud Pub/Sub](#google-cloud-pubsub-alpha) (Alpha - Not working on App Engine Standard)
2931
- [Google Cloud Resource Manager](#google-cloud-resource-manager-alpha) (Alpha)
30-
- [Google Cloud Translate](#google-translate-alpha) (Alpha)
3132

3233
> Note: This client is a work-in-progress, and may occasionally
3334
> make backwards-incompatible changes.
@@ -647,7 +648,7 @@ while (projectIterator.hasNext()) {
647648
}
648649
```
649650
650-
Google Translate (Alpha)
651+
Google Translate (Beta)
651652
----------------
652653
653654
- [API Documentation][translate-api]

google-cloud-language/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-language</artifactId>
5+
<version>${beta.version}</version>
56
<packaging>jar</packaging>
67
<name>Google Cloud Natural Language</name>
78
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-language</url>

google-cloud-translate/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-translate</artifactId>
5+
<version>${beta.version}</version>
56
<packaging>jar</packaging>
67
<name>Google Cloud Translate</name>
78
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-translate</url>

google-cloud/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>${project.groupId}</groupId>
4949
<artifactId>google-cloud-language</artifactId>
50-
<version>${project.version}</version>
50+
<version>${beta.version}</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>${project.groupId}</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>${project.groupId}</groupId>
8989
<artifactId>google-cloud-translate</artifactId>
90-
<version>${project.version}</version>
90+
<version>${beta.version}</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)