diff options
author | Manuel Bentele | 2021-12-17 11:58:33 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-17 11:58:33 +0100 |
commit | b4d5b85f4a454bdecd58c762dffa58bb8089d4ab (patch) | |
tree | 6742fc737781206e7ce8e1debad261835ebec5c3 | |
parent | Update log4j because of the CVE-2021-45046 security flaw (diff) | |
download | masterserver-b4d5b85f4a454bdecd58c762dffa58bb8089d4ab.tar.gz masterserver-b4d5b85f4a454bdecd58c762dffa58bb8089d4ab.tar.xz masterserver-b4d5b85f4a454bdecd58c762dffa58bb8089d4ab.zip |
Update version of Maven build plugins
-rw-r--r-- | pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |