summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-16 08:07:47 +0100
committerManuel Bentele2021-12-16 08:07:47 +0100
commit25eed0f1aee8655c9e4c37dc0c4615f7bbd87053 (patch)
tree28d1c0d8fc38cf77569b49b71fb6a3bf6f6f2b9a /pom.xml
parentUpdate URL of project website (diff)
downloadtmlite-bwlp-25eed0f1aee8655c9e4c37dc0c4615f7bbd87053.tar.gz
tmlite-bwlp-25eed0f1aee8655c9e4c37dc0c4615f7bbd87053.tar.xz
tmlite-bwlp-25eed0f1aee8655c9e4c37dc0c4615f7bbd87053.zip
Update version of Maven build plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 697af36..88174f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,14 +44,16 @@
<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>
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>