update exec-plugin

This commit is contained in:
Anthony Calosa
2024-09-15 21:19:16 +08:00
parent 99c235eb62
commit ef6716c5f6
2 changed files with 1 additions and 7 deletions

View File

@@ -301,7 +301,7 @@
<plugins> <plugins>
<plugin> <plugin>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version> <version>3.4.1</version>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<executions> <executions>
<execution> <execution>

View File

@@ -214,12 +214,6 @@
<artifactId>wagon-ftp</artifactId> <artifactId>wagon-ftp</artifactId>
<version>2.6</version> <version>2.6</version>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. --> only. It has no influence on the Maven build itself. -->
<plugin> <plugin>