diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-02-22 17:59:08 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-02-22 17:59:08 +0100 |
commit | 5ba456a7e70f69c901120dbb56e74e16cecb6cfa (patch) | |
tree | 282f503bb10379973b4f8ca77bd8494a760e158b /pom.xml | |
parent | b146b03c5caba023f6462e1b7cf9997b11a81676 (diff) | |
download | pdf-over-5ba456a7e70f69c901120dbb56e74e16cecb6cfa.tar.gz pdf-over-5ba456a7e70f69c901120dbb56e74e16cecb6cfa.tar.bz2 pdf-over-5ba456a7e70f69c901120dbb56e74e16cecb6cfa.zip |
go back to 1.8 building (for now)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -133,8 +133,8 @@ <groupId>org.apache.maven.plugins</groupId> <version>3.7.0</version> <configuration> - <source>11</source> - <target>8</target> + <source>1.8</source> + <target>1.8</target> <verbose>true</verbose> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> |