Skip to content

Commit

Permalink
Use jdk 1.8 in 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexy committed Sep 25, 2020
1 parent 0cb9d1b commit 0e6bd04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.crazycake</groupId>
<artifactId>shiro-redis</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<packaging>jar</packaging>

<name>shiro-redis</name>
Expand Down Expand Up @@ -139,8 +139,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>11</source>
<target>11</target>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
<compilerArgument>-nowarn</compilerArgument>
</configuration>
Expand Down

0 comments on commit 0e6bd04

Please sign in to comment.