Skip to content

Commit

Permalink
chore: update plugin version pom template (#2704)
Browse files Browse the repository at this point in the history
In this PR:
- The `maven-deploy-plugin` in google-cloud-java is updated to `3.1.2`,
update the version in template.
- Restore `typing` version to `3.7.4.3` because this is the highest
version supported by python 3.11.x
  • Loading branch information
JoeWang1127 authored Apr 30, 2024
1 parent 34b4bc3 commit 712af4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library_generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pathspec==0.12.1
platformdirs==4.1.0
PyYAML==6.0.1
smmap==5.0.1
typing==3.10.0.0
typing==3.7.4.3
parameterized==0.9.0 # used in parameterized test
colorlog==6.8.2
watchdog==4.0.0
Expand Down
2 changes: 1 addition & 1 deletion library_generation/templates/root-pom.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 712af4b

Please sign in to comment.