Skip to content

Commit

Permalink
Update Maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Sep 14, 2022
1 parent 9c6f880 commit 54eb839
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.1</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand All @@ -72,7 +72,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -154,7 +154,7 @@
<!-- Download universalJavaApplicationStub for use in the OS X app -->
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
<executions>
<execution>
<phase>process-resources</phase>
Expand All @@ -175,7 +175,7 @@
<plugin>
<!-- Package the jar as an OS X application -->
<artifactId>maven-antrun-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>jarbundler-gui</id>
Expand Down Expand Up @@ -241,7 +241,7 @@
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<versionRange>[2.5.2,)</versionRange>
<versionRange>[3.0.1,)</versionRange>
<goals>
<goal>install-file</goal>
</goals>
Expand All @@ -254,7 +254,7 @@
<pluginExecutionFilter>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<versionRange>[1.6.7,)</versionRange>
<versionRange>[1.6.8,)</versionRange>
<goals>
<goal>wget</goal>
</goals>
Expand Down

0 comments on commit 54eb839

Please sign in to comment.