This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/master by this push:
new b691c5d [SHIRO-681] Upgrade to compiler Java 8
new 6891aaf Merge pull request #130 from fpapon/SHIRO-681
b691c5d is described below
commit b691c5d32a149c5e83d9b1e3053f6bfbf6df44ac
Author: Francois Papon <[email protected]>
AuthorDate: Wed May 8 15:41:46 2019 +0400
[SHIRO-681] Upgrade to compiler Java 8
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8961e6b..b834ad4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
<!-- Don't change this version without also changing the
shiro-hazelcast and shiro-features OSGi metadata: -->
<hazelcast.version>3.7.2</hazelcast.version>
<hsqldb.version>1.8.0.7</hsqldb.version>
- <jdk.version>1.6</jdk.version>
+ <jdk.version>1.8</jdk.version>
<jetty.version>9.3.0.M1</jetty.version>
<!-- Don't change this version without also changing the shiro-quartz
and shiro-features
modules' OSGi metadata: -->