Skip to content

Commit 7beaccf

Browse files
authored
Revert "deps: update dependency com.googlecode.maven-download-plugin: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)"
1 parent c0cf19e commit 7beaccf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>com.googlecode.maven-download-plugin</groupId>
131131
<artifactId>download-maven-plugin</artifactId>
132-
<version>1.7.1</version>
132+
<version>1.6.8</version>
133133
<executions>
134134
<execution>
135135
<id>download-metadata-proto</id>

showcase/gapic-showcase/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>com.googlecode.maven-download-plugin</groupId>
5656
<artifactId>download-maven-plugin</artifactId>
57-
<version>1.7.1</version>
57+
<version>1.6.8</version>
5858
<executions>
5959
<execution>
6060
<id>download-compliance-suite</id>
@@ -69,8 +69,6 @@
6969
<outputDirectory>src/test/resources</outputDirectory>
7070
<!-- Set this to always download the latest version and overwrite the existing file -->
7171
<overwrite>true</overwrite>
72-
<!-- Don't use the local maven download plugin cache -->
73-
<skipCache>true</skipCache>
7472
</configuration>
7573
</execution>
7674
</executions>

0 commit comments

Comments
 (0)