Skip to content

Commit

Permalink
NIFI-11953 Upgraded download-maven-plugin from 1.6.8 to 1.7.1
Browse files Browse the repository at this point in the history
This closes apache#7613

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
mr1716 authored and exceptionfactory committed Aug 17, 2023
1 parent 71abd77 commit 70c756f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.7.1</version>
<executions>
<execution>
<id>download-py4j</id>
Expand Down Expand Up @@ -77,4 +77,4 @@
</plugins>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.7.1</version>
<executions>
<execution>
<id>download-swagger-ui</id>
Expand Down

0 comments on commit 70c756f

Please sign in to comment.