[seam-commits] Seam SVN: r13271 - examples/trunk/booking-simplified.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Jun 19 18:02:48 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-06-19 18:02:48 -0400 (Sat, 19 Jun 2010)
New Revision: 13271

Modified:
   examples/trunk/booking-simplified/pom.xml
Log:
Java 1.5 is default target

Modified: examples/trunk/booking-simplified/pom.xml
===================================================================
--- examples/trunk/booking-simplified/pom.xml	2010-06-19 21:59:40 UTC (rev 13270)
+++ examples/trunk/booking-simplified/pom.xml	2010-06-19 22:02:48 UTC (rev 13271)
@@ -117,6 +117,7 @@
 
       <!-- Bean Validation Implementation; provides portable constraints @NotEmpty, @Email and @Url -->
       <!-- Hibernate Validator is the only JSR-303 implementation at the moment, so we can assume it's provided -->
+      <!-- TODO Move Hibernate Validator to app server specific sections -->
       <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-validator</artifactId>
@@ -171,8 +172,6 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
-               <source>1.5</source>
-               <target>1.5</target>
                <!-- activate only when you need to generate the metamodel -->
                <compilerArgument>-proc:none</compilerArgument>
             </configuration>



More information about the seam-commits mailing list