[hibernate-commits] Hibernate SVN: r15910 - in validator/trunk: tck-utils and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Feb 6 05:38:23 EST 2009


Author: hardy.ferentschik
Date: 2009-02-06 05:38:22 -0500 (Fri, 06 Feb 2009)
New Revision: 15910

Modified:
   validator/trunk/pom.xml
   validator/trunk/tck-utils/pom.xml
Log:
switched back to java5 for now

Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml	2009-02-06 10:26:41 UTC (rev 15909)
+++ validator/trunk/pom.xml	2009-02-06 10:38:22 UTC (rev 15910)
@@ -114,8 +114,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>2.0.2</version>
                     <configuration>
-                        <source>1.6</source>
-                        <target>1.6</target>
+                        <source>1.5</source>
+                        <target>1.5</target>
                     </configuration>
                 </plugin>
                 <plugin>

Modified: validator/trunk/tck-utils/pom.xml
===================================================================
--- validator/trunk/tck-utils/pom.xml	2009-02-06 10:26:41 UTC (rev 15909)
+++ validator/trunk/tck-utils/pom.xml	2009-02-06 10:38:22 UTC (rev 15910)
@@ -115,8 +115,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>2.0.2</version>
                     <configuration>
-                        <source>1.6</source>
-                        <target>1.6</target>
+                        <source>1.5</source>
+                        <target>1.5</target>
                     </configuration>
                 </plugin>
                 <plugin>




More information about the hibernate-commits mailing list