Skip to content

Commit

Permalink
Update Maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHorkles committed Apr 10, 2024
1 parent 2da5b25 commit 7ef9a38
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 @@ -21,7 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<version>3.3.0</version>
<configuration>
<outputDirectory>D:\Intellij Outputs</outputDirectory>
</configuration>
Expand Down Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.2</version>
<executions>
<execution>
<id>auto-clean</id>
Expand All @@ -72,7 +72,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.2</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
<allowMajorUpdates>true</allowMajorUpdates>
Expand Down

0 comments on commit 7ef9a38

Please sign in to comment.