[hibernate-commits] Hibernate SVN: r16466 - in validator/trunk: hibernate-validator and 3 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 27 11:26:25 EDT 2009


Author: hardy.ferentschik
Date: 2009-04-27 11:26:25 -0400 (Mon, 27 Apr 2009)
New Revision: 16466

Modified:
   validator/trunk/hibernate-validator-archetype/pom.xml
   validator/trunk/hibernate-validator-legacy/pom.xml
   validator/trunk/hibernate-validator-tck-runner/pom.xml
   validator/trunk/hibernate-validator/pom.xml
   validator/trunk/pom.xml
Log:
upped version numbers for the new development cycle

Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml	2009-04-27 14:44:14 UTC (rev 16465)
+++ validator/trunk/hibernate-validator/pom.xml	2009-04-27 15:26:25 UTC (rev 16466)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>hibernate-validator-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>4.0.0.Beta1</version>
+        <version>4.0.0.Beta2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: validator/trunk/hibernate-validator-archetype/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-archetype/pom.xml	2009-04-27 14:44:14 UTC (rev 16465)
+++ validator/trunk/hibernate-validator-archetype/pom.xml	2009-04-27 15:26:25 UTC (rev 16466)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>hibernate-validator-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>4.0.0.Beta1</version>
+        <version>4.0.0.Beta2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.hibernate</groupId>
@@ -25,7 +25,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-validator</artifactId>
-            <version>${version}</version>
+            <version>4.0.0.Beta2-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>

Modified: validator/trunk/hibernate-validator-legacy/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-legacy/pom.xml	2009-04-27 14:44:14 UTC (rev 16465)
+++ validator/trunk/hibernate-validator-legacy/pom.xml	2009-04-27 15:26:25 UTC (rev 16466)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>hibernate-validator-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>4.0.0.Beta1</version>
+        <version>4.0.0.Beta2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hibernate-validator-legacy</artifactId>

Modified: validator/trunk/hibernate-validator-tck-runner/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-tck-runner/pom.xml	2009-04-27 14:44:14 UTC (rev 16465)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml	2009-04-27 15:26:25 UTC (rev 16466)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>hibernate-validator-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>4.0.0.Beta1</version>
+        <version>4.0.0.Beta2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>hibernate-validator-tck-runner</artifactId>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.hibernate.jsr303.tck</groupId>
             <artifactId>jsr303-tck</artifactId>
-            <version>1.0.0.Alpha1</version>
+            <version>1.0.0.Alpha2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.test-harness</groupId>

Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml	2009-04-27 14:44:14 UTC (rev 16465)
+++ validator/trunk/pom.xml	2009-04-27 15:26:25 UTC (rev 16466)
@@ -3,7 +3,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-validator-parent</artifactId>
     <packaging>pom</packaging>
-    <version>4.0.0.Beta1</version>
+    <version>4.0.0.Beta2-SNAPSHOT</version>
     <name>Hibernate Validator Parent</name>
     <url>http://validator.hibernate.org</url>
 
@@ -47,7 +47,7 @@
             <dependency>
                 <groupId>javax.validation</groupId>
                 <artifactId>validation-api</artifactId>
-                <version>1.0.CR2</version>
+                <version>1.0.CR3-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>




More information about the hibernate-commits mailing list