summaryrefslogtreecommitdiff
path: root/firmal/pom.xml
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 23:01:49 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 23:01:49 +0000
commitd1a9375fe818617151bbe23809ff4f45d3775e75 (patch)
tree8a4441dd8ef9c3f36d43b748d19c6ae7c8de010b /firmal/pom.xml
parentec3452f282f7f9f17e078467a4a9a8588028d6b9 (diff)
Tweak for new setup
Diffstat (limited to 'firmal/pom.xml')
-rw-r--r--firmal/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmal/pom.xml b/firmal/pom.xml
index 1b2aae5..5174a1a 100644
--- a/firmal/pom.xml
+++ b/firmal/pom.xml
@@ -20,10 +20,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
- <source>1.17</source>
- <target>1.17</target>
+ <source>11</source>
+ <target>11</target>
</configuration>
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>