Skip to content

Commit

Permalink
Merge pull request #1 from Skullians/dependabot/maven/maven-plugin-e2…
Browse files Browse the repository at this point in the history
…eb4807a8
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
2 parents 6c0b8a9 + a38eb51 commit 44988f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -31,7 +31,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<version>3.4.1</version>
<configuration>
<outputDirectory>D:\Code\Torrent\SkyFactionsReborn\Server\plugins</outputDirectory>
</configuration>
Expand Down

0 comments on commit 44988f1

Please sign in to comment.