summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 17:41:58 +0100
committerManuel Bentele2021-12-17 17:41:58 +0100
commit1a63380a4a910a8f0429244e4bc0fa6826f0b756 (patch)
tree709e032fb544bd75354918d33ed89cb75d86ed83 /dozentenmodul/pom.xml
parent[SERVER] Update version of build dependencies (diff)
downloadtutor-module-1a63380a4a910a8f0429244e4bc0fa6826f0b756.tar.gz
tutor-module-1a63380a4a910a8f0429244e4bc0fa6826f0b756.tar.xz
tutor-module-1a63380a4a910a8f0429244e4bc0fa6826f0b756.zip
[CLIENT] Update version of Maven build plugins
Diffstat (limited to 'dozentenmodul/pom.xml')
-rwxr-xr-xdozentenmodul/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 41da880b..5f37e9ee 100755
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -51,7 +51,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>
@@ -83,7 +83,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>
@@ -94,6 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>