Skip to content

Commit

Permalink
chore: Update root pom.xml template to use maven deploy v3.1.3 (#3211)
Browse files Browse the repository at this point in the history
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
lqiu96 committed Sep 18, 2024
1 parent d3ef97a commit 8bdaa2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2</version>
<version>3.1.3</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.2</version>
<version>3.1.3</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 8bdaa2e

Please sign in to comment.