summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-02-22 17:59:08 +0100
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-02-22 17:59:08 +0100
commit5ba456a7e70f69c901120dbb56e74e16cecb6cfa (patch)
tree282f503bb10379973b4f8ca77bd8494a760e158b /pom.xml
parentb146b03c5caba023f6462e1b7cf9997b11a81676 (diff)
downloadpdf-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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index efe885f5..bddb57e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>