Skip to content

Commit

Permalink
add maven-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jul 27, 2024
1 parent 19d681a commit b00951b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-wrapper-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<mavenVersion>3.9.7</mavenVersion>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
Expand Down Expand Up @@ -94,7 +102,7 @@
<plugin> <!-- for test running -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.1</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit b00951b

Please sign in to comment.