[hibernate-commits] Hibernate SVN: r19265 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 21 09:11:30 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-04-21 09:11:29 -0400 (Wed, 21 Apr 2010)
New Revision: 19265

Modified:
   core/trunk/parent/pom.xml
Log:
HHH-5139 - Increase minimum language level from 1.4 to 1.5


Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-04-21 09:40:24 UTC (rev 19264)
+++ core/trunk/parent/pom.xml	2010-04-21 13:11:29 UTC (rev 19265)
@@ -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 -->



More information about the hibernate-commits mailing list