aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeddy Wing2023-04-23 20:05:49 +0200
committerTeddy Wing2023-04-23 20:05:49 +0200
commit664aa4aab03d73157996e394e17057c7d7bff430 (patch)
tree47449425f8cbd9c2ab08b2db8b2de0176683abbb /pom.xml
parentcc3bdedf289001e40cfd02c758dacab5ba34d23c (diff)
downloadpdf-form-replace-font2-664aa4aab03d73157996e394e17057c7d7bff430.tar.bz2
Move 'Main.java' to 'App.java'
Build our earlier code with Maven.
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 3fe7edd..32bf23f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.7</maven.compiler.source>
- <maven.compiler.target>1.7</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
</properties>
<dependencies>