Skip to content

Commit b91017e

Browse files
committed
[pom] Set to java 8 for release
1 parent 8ba11c1 commit b91017e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
2021
<modelVersion>4.0.0</modelVersion>
2122

2223
<parent>
@@ -59,6 +60,10 @@
5960
</distributionManagement>
6061

6162
<properties>
63+
<!-- Java Usage -->
64+
<java.version>8</java.version>
65+
<java.release.version>8</java.release.version>
66+
6267
<clirr.comparisonVersion>1.0.3</clirr.comparisonVersion>
6368
<findbugs.onlyAnalyze>org.mybatis.caches.redis.*</findbugs.onlyAnalyze>
6469
<gcu.product>Cache</gcu.product>

0 commit comments

Comments
 (0)