[jboss-cvs] jboss-seam/build ...

Norman Richards norman.richards at jboss.com
Tue Sep 25 14:23:01 EDT 2007


  User: nrichards
  Date: 07/09/25 14:23:01

  Modified:    build    root.pom.xml
  Log:
  fix hibernate-validators dependency
  
  Revision  Changes    Path
  1.12      +2 -2      jboss-seam/build/root.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: root.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- root.pom.xml	25 Sep 2007 16:13:17 -0000	1.11
  +++ root.pom.xml	25 Sep 2007 18:23:01 -0000	1.12
  @@ -195,7 +195,7 @@
         <dependency>
           <groupId>org.hibernate</groupId>
           <artifactId>hibernate-validator</artifactId>
  -        <version>3.0.0.GA</version>
  +        <version>3.0.0.ga</version>
         </dependency>
   
         <dependency>
  
  
  



More information about the jboss-cvs-commits mailing list