Skip to content

Commit 0318677

Browse files
authored
Cloud Scheduler beta (#5067)
* Cloud Scheduler beta * Fix scheduler version in the bom * Fix the version replace tag in bigquerystorage
1 parent 7424ced commit 0318677

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This library supports the following Google Cloud Platform services with clients
3434
- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta)
3535
- [Cloud IoT Core](google-cloud-clients/google-cloud-iot) (Beta)
3636
- [Cloud Phishing Protection](google-cloud-clients/google-cloud-phishingprotection) (Beta)
37+
- [Cloud Scheduler](google-cloud-clients/google-cloud-scheduler) (Beta)
3738
- [Cloud Talent Solution](google-cloud-clients/google-cloud-talent) (Beta)
3839
- [Cloud Tasks](google-cloud-clients/google-cloud-tasks) (Beta)
3940
- [Cloud Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta)
@@ -56,7 +57,6 @@ This library supports the following Google Cloud Platform services with clients
5657
- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha)
5758
- [Cloud Memorystore for Redis](google-cloud-clients/google-cloud-redis) (Alpha)
5859
- [Cloud Resource Manager](google-cloud-clients/google-cloud-resourcemanager) (Alpha)
59-
- [Cloud Scheduler](google-cloud-clients/google-cloud-scheduler) (Alpha)
6060
- [Cloud Security Scanner](google-cloud-clients/google-cloud-websecurityscanner) (Alpha)
6161
- [Cloud Web Risk](google-cloud-clients/google-cloud-webrisk) (Alpha)
6262
- [Dialogflow](google-cloud-clients/google-cloud-dialogflow) (Alpha)

google-cloud-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
<dependency>
654654
<groupId>com.google.cloud</groupId>
655655
<artifactId>google-cloud-scheduler</artifactId>
656-
<version>0.90.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-scheduler:current} -->
656+
<version>0.90.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-scheduler:current} -->
657657
</dependency>
658658
<dependency>
659659
<groupId>com.google.api.grpc</groupId>

google-cloud-clients/google-cloud-bigquerystorage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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-bigquerystorage</artifactId>
5-
<version>0.90.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-scheduler:current} -->
5+
<version>0.90.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Bigquery Storage</name>
88
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-bigquerystorage</url>

google-cloud-clients/google-cloud-scheduler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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-scheduler</artifactId>
5-
<version>0.90.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-scheduler:current} -->
5+
<version>0.90.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-scheduler:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Scheduler</name>
88
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-scheduler</url>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ google-cloud-pubsub:1.72.0:1.72.1-SNAPSHOT
5252
google-cloud-recaptchaenterprise:0.1.0:0.1.1-SNAPSHOT
5353
google-cloud-redis:0.90.0-alpha:0.90.1-alpha-SNAPSHOT
5454
google-cloud-resourcemanager:0.90.0-alpha:0.90.1-alpha-SNAPSHOT
55-
google-cloud-scheduler:0.90.0-alpha:0.90.1-alpha-SNAPSHOT
55+
google-cloud-scheduler:0.90.0:0.90.1-SNAPSHOT
5656
google-cloud-securitycenter:0.90.0-alpha:0.90.1-alpha-SNAPSHOT
5757
google-cloud-spanner:1.17.0:1.17.1-SNAPSHOT
5858
google-cloud-speech:1.2.0:1.2.1-SNAPSHOT

0 commit comments

Comments
 (0)