Skip to content

Commit

Permalink
chore: regenerate vmmigration client (#21607)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed May 22, 2024
1 parent 1e0cdd5 commit 310c9d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
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-vmmigration</artifactId>
<version>v1alpha1-rev20240509-2.0.0</version>
<version>v1alpha1-rev20240516-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20240509-2.0.0'
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20240516-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vmmigration</artifactId>
<version>v1alpha1-rev20240509-2.0.0</version>
<name>VM Migration API v1alpha1-rev20240509-2.0.0</name>
<version>v1alpha1-rev20240516-2.0.0</version>
<name>VM Migration API v1alpha1-rev20240516-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-vmmigration/v1alpha1/README.md
Original file line number Diff line number Diff line change
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-vmmigration</artifactId>
<version>v1alpha1-rev20240509-2.0.0</version>
<version>v1alpha1-rev20240516-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20240509-2.0.0'
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20240516-2.0.0'
}
```

Expand Down

0 comments on commit 310c9d6

Please sign in to comment.