diff options
| author | Ben Culkin <scorpress@gmail.com> | 2022-09-27 19:09:35 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2022-09-27 19:09:35 -0400 |
| commit | 543869769d420e4dcbf0f2ba84cd8ce245318169 (patch) | |
| tree | fda3cfc8ca408d66eff3ede2ed091d1efbfdad8e /pom.xml | |
| parent | daf1adc30d78b3a690453c0e690251bc6548686e (diff) | |
A few updates
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
