Skip to content

Commit

Permalink
7434: Update the maven download plugin
Browse files Browse the repository at this point in the history
Reviewed-by: hirt
  • Loading branch information
Patrick Reinhart authored and thegreystone committed Oct 19, 2021
1 parent 9bb5799 commit cf4ceb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<packaging>eclipse-plugin</packaging>

<properties>
<download.maven.plugin.version>1.6.0</download.maven.plugin.version>
<download.maven.plugin.version>1.6.7</download.maven.plugin.version>
<download-maven-plugin.phase>process-resources</download-maven-plugin.phase>
<download-maven-plugin.output>${project.basedir}/src/main/resources/jslibs</download-maven-plugin.output>
<spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<packaging>eclipse-plugin</packaging>

<properties>
<download.maven.plugin.version>1.4.2</download.maven.plugin.version>
<download.maven.plugin.version>1.6.7</download.maven.plugin.version>
<download-maven-plugin.phase>process-resources</download-maven-plugin.phase>
<download-maven-plugin.output>${project.basedir}/src/main/resources/jslibs</download-maven-plugin.output>
<spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
Expand Down

0 comments on commit cf4ceb3

Please sign in to comment.