summaryrefslogtreecommitdiff
path: root/commander/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 /commander/pom.xml
parentdcec1afd0c8cbfdc384252b3a6b2b1942d91a8ca (diff)
Upgrade to Java 17
Diffstat (limited to 'commander/pom.xml')
-rw-r--r--commander/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/commander/pom.xml b/commander/pom.xml
index eaba4a6..c764012 100644
--- a/commander/pom.xml
+++ b/commander/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>bjc</groupId>
<artifactId>BJCUtils-Parent</artifactId>
- <version>1.0.0</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>commander</artifactId>
@@ -28,7 +28,7 @@
<dependency>
<groupId>bjc</groupId>
<artifactId>BJC-Utils2</artifactId>
- <version>1.0.0</version>
+ <version>2.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
</dependencies>