summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 11:58:33 +0100
committerManuel Bentele2021-12-17 11:58:33 +0100
commitb4d5b85f4a454bdecd58c762dffa58bb8089d4ab (patch)
tree6742fc737781206e7ce8e1debad261835ebec5c3
parentUpdate log4j because of the CVE-2021-45046 security flaw (diff)
downloadmasterserver-b4d5b85f4a454bdecd58c762dffa58bb8089d4ab.tar.gz
masterserver-b4d5b85f4a454bdecd58c762dffa58bb8089d4ab.tar.xz
masterserver-b4d5b85f4a454bdecd58c762dffa58bb8089d4ab.zip
Update version of Maven build plugins
-rw-r--r--pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 3d518e1..84a40ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.4</version>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
@@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.4</version>
+ <version>3.2.0</version>
<executions>
<execution>
<id>default-jar</id>
@@ -126,7 +126,9 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>