summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 17:15:02 +0100
committerManuel Bentele2021-12-17 17:15:02 +0100
commitf86f40ccc35d0bb3d9bb569281be176e0259471b (patch)
tree8a4844aae3778eb24906be33133a420c32e92f71 /dozentenmodulserver
parent[SERVER] Update generated Thrift API to version 0.15.0 (diff)
downloadtutor-module-f86f40ccc35d0bb3d9bb569281be176e0259471b.tar.gz
tutor-module-f86f40ccc35d0bb3d9bb569281be176e0259471b.tar.xz
tutor-module-f86f40ccc35d0bb3d9bb569281be176e0259471b.zip
[SERVER] Update version of Maven build plugins
Diffstat (limited to 'dozentenmodulserver')
-rw-r--r--dozentenmodulserver/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/dozentenmodulserver/pom.xml b/dozentenmodulserver/pom.xml
index 1ea68ef1..c7f42fe6 100644
--- a/dozentenmodulserver/pom.xml
+++ b/dozentenmodulserver/pom.xml
@@ -117,7 +117,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>
@@ -138,7 +138,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>
@@ -149,7 +149,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>
@@ -160,6 +160,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
@@ -189,7 +190,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
+ <version>3.0.0-M5</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>