HHH-5139 - Increase minimum language level from 1.4 to 1.5
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19265 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
37d40d4aa4
commit
6cb0bd96ad
|
@ -142,13 +142,13 @@
|
|||
</rules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- by default, compile to JDK 1.4 compatibility (individual modules and/or user can override) -->
|
||||
<!-- by default, compile to JDK 1.5 compatibility (individual modules and/or user can override) -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.4</source>
|
||||
<target>1.4</target>
|
||||
<source>1.5</source>
|
||||
<target>1.5</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- add specification/implementation details to the manifests -->
|
||||
|
|
Loading…
Reference in New Issue