summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-16 08:08:42 +0100
committerManuel Bentele2021-12-16 08:08:42 +0100
commit837bd74fa0cd4603377ca77c1939beb1a38b1749 (patch)
tree91b33d8b300d3c1acf49fcea59341b895c62b7be /pom.xml
parentUpdate version of Maven build plugins (diff)
downloadtmlite-bwlp-837bd74fa0cd4603377ca77c1939beb1a38b1749.tar.gz
tmlite-bwlp-837bd74fa0cd4603377ca77c1939beb1a38b1749.tar.xz
tmlite-bwlp-837bd74fa0cd4603377ca77c1939beb1a38b1749.zip
Update Java to version 8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 88174f6..935f69e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <release>8</release>
</configuration>
</plugin>
<plugin>