summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorbjcul <bjcul@192.168.1.26>2022-07-11 18:07:56 -0400
committerbjcul <bjcul@192.168.1.26>2022-07-11 18:07:56 -0400
commit06d8140970661c3b05adedd76f3e09a131d9bee0 (patch)
treeefbb185ca916ba4fa833c010dba2d69ef5956195 /pom.xml
parentdcec1afd0c8cbfdc384252b3a6b2b1942d91a8ca (diff)
Upgrade to Java 17
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 0aee431..2d53ec6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>bjc</groupId>
<artifactId>BJCUtils-Parent</artifactId>
- <version>1.0.0</version>
+ <version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
@@ -14,8 +14,8 @@
<version>3.7.0</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>1.17</source>
+ <target>1.17</target>
</configuration>
</plugin>
</plugins>