mirror of https://github.com/apache/openjpa.git
OPENJPA-2459. Update source and test java level to 1.7 as the minimum version.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1545100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28cad3351c
commit
74671312a5
4
pom.xml
4
pom.xml
|
@ -43,8 +43,8 @@
|
|||
<version>2.4.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<java.class.version>1.6</java.class.version>
|
||||
<java.testclass.version>1.6</java.testclass.version>
|
||||
<java.class.version>1.7</java.class.version>
|
||||
<java.testclass.version>1.7</java.testclass.version>
|
||||
|
||||
<openjpa.version>${project.version}</openjpa.version>
|
||||
<openjpa.Log>DefaultLevel=INFO</openjpa.Log>
|
||||
|
|
Loading…
Reference in New Issue