diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-11-23 15:39:05 +0100 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-11-23 15:39:05 +0100 |
commit | 12ca8d77e0a0d63ce03886d38c079c686122253a (patch) | |
tree | 6703a1676aac7406401694a8d2e6a33c07fce497 /pom.xml | |
parent | additional tests for DOSIPAS (diff) | |
download | UIC-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 '')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |