summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 22:53:14 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 22:53:14 +0000
commitbdad2e9c2f286469519ba8ad3197e1a9b1e9190f (patch)
tree87f6ab6f29c12166d5556737ae03370dac83f089 /pom.xml
parent29db46041115065559a0d42f9a76ebb7c19424ea (diff)
Tweak for new setup
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 2d53ec6..5d972b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,11 +11,11 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.0</version>
<configuration>
- <source>1.17</source>
- <target>1.17</target>
+ <source>11</source>
+ <target>11</target>
</configuration>
</plugin>
</plugins>
@@ -36,4 +36,4 @@
<module>clformat</module>
<module>commander</module>
</modules>
-</project> \ No newline at end of file
+</project>