summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorCGantert345 <57003061+CGantert345@users.noreply.github.com>2021-11-23 15:39:05 +0100
committerCGantert345 <57003061+CGantert345@users.noreply.github.com>2021-11-23 15:39:05 +0100
commit12ca8d77e0a0d63ce03886d38c079c686122253a (patch)
tree6703a1676aac7406401694a8d2e6a33c07fce497 /pom.xml
parentadditional tests for DOSIPAS (diff)
downloadUIC-barcode-12ca8d77e0a0d63ce03886d38c079c686122253a.tar
UIC-barcode-12ca8d77e0a0d63ce03886d38c079c686122253a.tar.gz
UIC-barcode-12ca8d77e0a0d63ce03886d38c079c686122253a.tar.bz2
UIC-barcode-12ca8d77e0a0d63ce03886d38c079c686122253a.tar.lz
UIC-barcode-12ca8d77e0a0d63ce03886d38c079c686122253a.tar.xz
UIC-barcode-12ca8d77e0a0d63ce03886d38c079c686122253a.tar.zst
UIC-barcode-12ca8d77e0a0d63ce03886d38c079c686122253a.zip
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5a4313c..f82b70b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>${jdk.version}</source>
- <target>${jdk.version}</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
<plugin>