Skip to content

Commit 236c860

Browse files
committed
[pom] Set to 3.6.0 snapshot and bump to java 11
1 parent 924eac0 commit 236c860

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.mybatis</groupId>
3131
<artifactId>mybatis</artifactId>
32-
<version>3.5.19-SNAPSHOT</version>
32+
<version>3.6.0-SNAPSHOT</version>
3333

3434
<name>mybatis</name>
3535
<description>The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
@@ -64,8 +64,8 @@
6464

6565
<properties>
6666
<!-- Java Usage -->
67-
<java.version>8</java.version>
68-
<java.release.version>8</java.release.version>
67+
<java.version>11</java.version>
68+
<java.release.version>11</java.release.version>
6969

7070
<!-- Override impsort comliance to 17 (remove after parent 49 release) -->
7171
<impsort.compliance>17</impsort.compliance>
@@ -99,7 +99,7 @@
9999
<argLine>-Xmx2048m -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar</argLine>
100100

101101
<!-- Reproducible Builds -->
102-
<project.build.outputTimestamp>1735702000</project.build.outputTimestamp>
102+
<project.build.outputTimestamp>1735704225</project.build.outputTimestamp>
103103
</properties>
104104

105105
<dependencies>

0 commit comments

Comments
 (0)