Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update root pom.xml template to use maven deploy v3.1.3 (#3211)
Issue discovered in https://github.com/googleapis/google-cloud-java/actions/runs/10908789692/job/30275696533?pr=11081 ``` <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>3.1.3</version> + <version>3.1.2</version> <configuration> <skip>true</skip> </configuration> ```
- Loading branch information