Skip to content

Commit

Permalink
Upgraded maven-download-plugin (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
protoism committed May 16, 2023
1 parent ee474e5 commit eca6e41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt27/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.6.8</version>
<executions>
<execution>
<id>get-gwt</id>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.6.8</version>
<executions>
<execution>
<id>get-gwt</id>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt29/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.6.8</version>
<executions>
<execution>
<id>get-gwt</id>
Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.6.8</version>
<executions>
<execution>
<id>get-gwt</id>
Expand Down

0 comments on commit eca6e41

Please sign in to comment.