Skip to content

Commit

Permalink
Revert "deps: update dependency com.googlecode.maven-download-plugin:…
Browse files Browse the repository at this point in the history
…download-maven-plugin to v1.7.1" (#2271)

* Revert "deps: update dependency com.googlecode.maven-download-plugin:download-maven-plugin to v1.7.1 (#2151)"
  • Loading branch information
mpeddada1 committed Nov 29, 2023
1 parent c0cf19e commit 7beaccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gapic-generator-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.7.1</version>
<version>1.6.8</version>
<executions>
<execution>
<id>download-metadata-proto</id>
Expand Down
4 changes: 1 addition & 3 deletions showcase/gapic-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.7.1</version>
<version>1.6.8</version>
<executions>
<execution>
<id>download-compliance-suite</id>
Expand All @@ -69,8 +69,6 @@
<outputDirectory>src/test/resources</outputDirectory>
<!-- Set this to always download the latest version and overwrite the existing file -->
<overwrite>true</overwrite>
<!-- Don't use the local maven download plugin cache -->
<skipCache>true</skipCache>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7beaccf

Please sign in to comment.