Skip to content

Commit

Permalink
chore: regenerate tpu client (#19055)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Dec 8, 2023
1 parent ec4b3b3 commit a08060c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-tpu/v2alpha1/2.0.0/README.md
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-tpu</artifactId>
<version>v2alpha1-rev20231102-2.0.0</version>
<version>v2alpha1-rev20231130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20231102-2.0.0'
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20231130-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-tpu/v2alpha1/2.0.0/pom.xml
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-tpu</artifactId>
<version>v2alpha1-rev20231102-2.0.0</version>
<name>Cloud TPU API v2alpha1-rev20231102-2.0.0</name>
<version>v2alpha1-rev20231130-2.0.0</version>
<name>Cloud TPU API v2alpha1-rev20231130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-tpu/v2alpha1/README.md
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-tpu</artifactId>
<version>v2alpha1-rev20231102-2.0.0</version>
<version>v2alpha1-rev20231130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20231102-2.0.0'
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20231130-2.0.0'
}
```

Expand Down

0 comments on commit a08060c

Please sign in to comment.