diff options
| author | bjcul <bjcul@192.168.1.26> | 2022-07-11 18:07:56 -0400 |
|---|---|---|
| committer | bjcul <bjcul@192.168.1.26> | 2022-07-11 18:07:56 -0400 |
| commit | 06d8140970661c3b05adedd76f3e09a131d9bee0 (patch) | |
| tree | efbb185ca916ba4fa833c010dba2d69ef5956195 /base/pom.xml | |
| parent | dcec1afd0c8cbfdc384252b3a6b2b1942d91a8ca (diff) | |
Upgrade to Java 17
Diffstat (limited to 'base/pom.xml')
| -rw-r--r-- | base/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base/pom.xml b/base/pom.xml index 664748a..f23ff4f 100644 --- a/base/pom.xml +++ b/base/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> <build> @@ -68,8 +68,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> @@ -149,7 +149,7 @@ <dependency> <groupId>io.github.bculkin2442</groupId> <artifactId>esodata</artifactId> - <version>1.0-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> </dependency> </dependencies> </project> |
