[JAVA-23099] Upgraded exec-maven-plugin to latest version
This commit is contained in:
parent
1ac88d18e3
commit
923f895d95
|
@ -144,7 +144,6 @@
|
|||
<Syntaxe.version>1.0</Syntaxe.version>
|
||||
<repoexpress-mongodb.version>0.4.8</repoexpress-mongodb.version>
|
||||
<junit4.version>4.11</junit4.version>
|
||||
<exec-maven-plugin.version>1.2.1</exec-maven-plugin.version>
|
||||
<maven-shade-plugin.version>2.4.1</maven-shade-plugin.version>
|
||||
<versions-maven-plugin.version>2.0</versions-maven-plugin.version>
|
||||
</properties>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -1271,7 +1271,7 @@
|
|||
<!-- plugins -->
|
||||
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
|
||||
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
|
||||
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
|
||||
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
|
||||
<java.version>1.8</java.version>
|
||||
<log4j.version>1.2.17</log4j.version>
|
||||
<jmh-core.version>1.36</jmh-core.version>
|
||||
|
|
Loading…
Reference in New Issue