summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2022-09-27 19:09:35 -0400
committerBen Culkin <scorpress@gmail.com>2022-09-27 19:09:35 -0400
commit543869769d420e4dcbf0f2ba84cd8ce245318169 (patch)
treefda3cfc8ca408d66eff3ede2ed091d1efbfdad8e /pom.xml
parentdaf1adc30d78b3a690453c0e690251bc6548686e (diff)
A few updates
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ff43c2ab..1ab26789 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>1.17</source>
+ <target>1.17</target>
</configuration>
</plugin>
@@ -36,7 +36,7 @@
<groupId>bjc</groupId>
<artifactId>tlIITools</artifactId>
- <version>1.0.0</version>
+ <version>2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>tlIITools</name>