Hibernate SVN: r17447 - in validator/trunk: hibernate-validator and 3 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-08-27 13:03:45 -0400 (Thu, 27 Aug 2009)
New Revision: 17447
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:
[maven-release-plugin] prepare for next development iteration
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-08-27 17:03:33 UTC (rev 17446)
+++ validator/trunk/hibernate-validator/pom.xml 2009-08-27 17:03:45 UTC (rev 17447)
@@ -2,7 +2,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.CR1</version>
+ <version>4.0.0.CR2-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-08-27 17:03:33 UTC (rev 17446)
+++ validator/trunk/hibernate-validator-archetype/pom.xml 2009-08-27 17:03:45 UTC (rev 17447)
@@ -4,7 +4,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.CR1</version>
+ <version>4.0.0.CR2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: validator/trunk/hibernate-validator-legacy/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-legacy/pom.xml 2009-08-27 17:03:33 UTC (rev 17446)
+++ validator/trunk/hibernate-validator-legacy/pom.xml 2009-08-27 17:03:45 UTC (rev 17447)
@@ -4,13 +4,13 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.CR1</version>
+ <version>4.0.0.CR2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hibernate-validator-legacy</artifactId>
<packaging>jar</packaging>
<name>Hibernate Validator Legacy</name>
- <version>4.0.0.CR1</version>
+ <version>3.1.0.GA</version>
<url>http://validator.hibernate.org</url>
<licenses>
<license>
Modified: validator/trunk/hibernate-validator-tck-runner/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-08-27 17:03:33 UTC (rev 17446)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-08-27 17:03:45 UTC (rev 17447)
@@ -2,7 +2,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.CR1</version>
+ <version>4.0.0.CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-validator-tck-runner</artifactId>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-08-27 17:03:33 UTC (rev 17446)
+++ validator/trunk/pom.xml 2009-08-27 17:03:45 UTC (rev 17447)
@@ -3,7 +3,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.CR1</version>
+ <version>4.0.0.CR2-SNAPSHOT</version>
<name>Hibernate Validator Parent</name>
<url>http://validator.hibernate.org</url>
@@ -170,8 +170,8 @@
</licenses>
<scm>
- <connection>scm:svn:https://svn.jboss.org/repos/hibernate/validator/tags/v4_0_0_CR1</connection>
- <url>http://fisheye.jboss.org/browse/Hibernate/validator/tags/v4_0_0_CR1</url>
+ <connection>scm:svn:https://svn.jboss.org/repos/hibernate/validator/trunk</connection>
+ <url>http://fisheye.jboss.org/browse/Hibernate/validator/trunk</url>
</scm>
<distributionManagement>
15 years, 1 month
Hibernate SVN: r17446 - validator/tags.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-08-27 13:03:33 -0400 (Thu, 27 Aug 2009)
New Revision: 17446
Added:
validator/tags/v4_0_0_CR1/
Log:
[maven-scm] copy for tag v4_0_0_CR1
Copied: validator/tags/v4_0_0_CR1 (from rev 17445, validator/trunk)
15 years, 1 month
Hibernate SVN: r17445 - in validator/trunk: hibernate-validator and 3 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-08-27 13:03:12 -0400 (Thu, 27 Aug 2009)
New Revision: 17445
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:
[maven-release-plugin] prepare release v4_0_0_CR1
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-08-27 17:01:12 UTC (rev 17444)
+++ validator/trunk/hibernate-validator/pom.xml 2009-08-27 17:03:12 UTC (rev 17445)
@@ -2,7 +2,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.CR1-SNAPSHOT</version>
+ <version>4.0.0.CR1</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-08-27 17:01:12 UTC (rev 17444)
+++ validator/trunk/hibernate-validator-archetype/pom.xml 2009-08-27 17:03:12 UTC (rev 17445)
@@ -4,7 +4,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.CR1-SNAPSHOT</version>
+ <version>4.0.0.CR1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
Modified: validator/trunk/hibernate-validator-legacy/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-legacy/pom.xml 2009-08-27 17:01:12 UTC (rev 17444)
+++ validator/trunk/hibernate-validator-legacy/pom.xml 2009-08-27 17:03:12 UTC (rev 17445)
@@ -4,13 +4,13 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.CR1-SNAPSHOT</version>
+ <version>4.0.0.CR1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hibernate-validator-legacy</artifactId>
<packaging>jar</packaging>
<name>Hibernate Validator Legacy</name>
- <version>3.1.0.GA</version>
+ <version>4.0.0.CR1</version>
<url>http://validator.hibernate.org</url>
<licenses>
<license>
Modified: validator/trunk/hibernate-validator-tck-runner/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-08-27 17:01:12 UTC (rev 17444)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-08-27 17:03:12 UTC (rev 17445)
@@ -2,7 +2,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.CR1-SNAPSHOT</version>
+ <version>4.0.0.CR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-validator-tck-runner</artifactId>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-08-27 17:01:12 UTC (rev 17444)
+++ validator/trunk/pom.xml 2009-08-27 17:03:12 UTC (rev 17445)
@@ -3,7 +3,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.CR1-SNAPSHOT</version>
+ <version>4.0.0.CR1</version>
<name>Hibernate Validator Parent</name>
<url>http://validator.hibernate.org</url>
@@ -170,8 +170,8 @@
</licenses>
<scm>
- <connection>scm:svn:https://svn.jboss.org/repos/hibernate/validator/trunk</connection>
- <url>http://fisheye.jboss.org/browse/Hibernate/validator/trunk</url>
+ <connection>scm:svn:https://svn.jboss.org/repos/hibernate/validator/tags/v4_0_0_CR1</connection>
+ <url>http://fisheye.jboss.org/browse/Hibernate/validator/tags/v4_0_0_CR1</url>
</scm>
<distributionManagement>
15 years, 1 month
Hibernate SVN: r17444 - beanvalidation/trunk/validation-tck/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups.
by hibernate-commits@lists.jboss.org
Author: epbernard
Date: 2009-08-27 13:01:12 -0400 (Thu, 27 Aug 2009)
New Revision: 17444
Modified:
beanvalidation/trunk/validation-tck/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups/GroupTest.java
Log:
fix error reported
Modified: beanvalidation/trunk/validation-tck/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups/GroupTest.java
===================================================================
--- beanvalidation/trunk/validation-tck/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups/GroupTest.java 2009-08-27 16:46:04 UTC (rev 17443)
+++ beanvalidation/trunk/validation-tck/src/main/java/org/hibernate/jsr303/tck/tests/constraints/groups/GroupTest.java 2009-08-27 17:01:12 UTC (rev 17444)
@@ -286,7 +286,7 @@
assertEquals(
constraintViolations.size(),
1,
- "The should be two invalid constraints since the same propertyName gets validated in both groups"
+ "The should be one invalid constraint since the same constraint gets validated in both groups"
);
}
15 years, 1 month
Hibernate SVN: r17443 - in validator/trunk/hibernate-validator: src/main/docbook/en-US and 1 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-08-27 12:46:04 -0400 (Thu, 27 Aug 2009)
New Revision: 17443
Modified:
validator/trunk/hibernate-validator/readme.txt
validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
Log:
Updated version numbers prior to release
Modified: validator/trunk/hibernate-validator/readme.txt
===================================================================
--- validator/trunk/hibernate-validator/readme.txt 2009-08-27 16:04:06 UTC (rev 17442)
+++ validator/trunk/hibernate-validator/readme.txt 2009-08-27 16:46:04 UTC (rev 17443)
@@ -19,12 +19,11 @@
Status
------
- This is an beta release and even though it is nearly feature complete there might be
- still variances between the specification and this implementation.
+ This is the first CR release of Hibernate Validator.
You can find more information about the current state of the implementation on the
Bean Validation RI Roadmap - http://www.hibernate.org/459.html and there is copy of
- JSR 303 -as of the time of this release- available here: http://in.relation.to/service/File/12014
+ JSR 303 available here: http://in.relation.to/service/File/12014
Documentation
-------------
@@ -47,7 +46,7 @@
-------------------------
- Copy hibernate-validator-*.jar together will all jar files from lib into the
- classpath of your application. In case you are running on JDK5 you have to also include
+ classpath of your application. In case you are running on JDK5 you have to also include
all the jar files from the jdk5 subdirectory.
or
@@ -67,10 +66,11 @@
Please see the file called license.txt
- Hibernate Validator URLS
+ Hibernate Validator URLs
------------------------
Home Page: http://validator.hibernate.org/
+ Migration Guide: http://www.hibernate.org/468.html
Downloads: http://www.hibernate.org/6.html
Mailing Lists: http://www.hibernate.org/20.html
Source Code: http://anonsvn.jboss.org/repos/hibernate/validator/trunk/
Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml 2009-08-27 16:04:06 UTC (rev 17442)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml 2009-08-27 16:46:04 UTC (rev 17443)
@@ -25,7 +25,7 @@
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY versionNumber "4.0.0.Beta3">
+<!ENTITY versionNumber "4.0.0.CR1">
<!ENTITY copyrightYear "2009">
<!ENTITY copyrightHolder "Red Hat Middleware, LLC. & Gunnar Morling">
]>
Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml 2009-08-27 16:04:06 UTC (rev 17442)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml 2009-08-27 16:46:04 UTC (rev 17443)
@@ -147,7 +147,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>4.0.0.Beta3</version>
+ <version>4.0.0.CR1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
15 years, 1 month
Hibernate SVN: r17442 - in validator/trunk: hibernate-validator and 1 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-08-27 12:04:06 -0400 (Thu, 27 Aug 2009)
New Revision: 17442
Modified:
validator/trunk/hibernate-validator-tck-runner/pom.xml
validator/trunk/hibernate-validator/pom.xml
validator/trunk/pom.xml
Log:
Removing dependency to any SNAPSHOTs in preperation for release
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-08-27 15:45:22 UTC (rev 17441)
+++ validator/trunk/hibernate-validator/pom.xml 2009-08-27 16:04:06 UTC (rev 17442)
@@ -50,7 +50,7 @@
<!-- This is a temporary dependency. Do not use this dependecy in production.-->
<groupId>org.hibernate.java-persistence</groupId>
<artifactId>jpa-api</artifactId>
- <version>2.0.Beta-SNAPSHOT</version>
+ <version>2.0.Beta-20090815</version>
<optional>true</optional>
</dependency>
Modified: validator/trunk/hibernate-validator-tck-runner/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-08-27 15:45:22 UTC (rev 17441)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-08-27 16:04:06 UTC (rev 17442)
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.hibernate.jsr303.tck</groupId>
<artifactId>jsr303-tck</artifactId>
- <version>1.0.0.Alpha6-SNAPSHOT</version>
+ <version>1.0.0.Alpha6</version>
</dependency>
<dependency>
<groupId>org.jboss.test-harness</groupId>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-08-27 15:45:22 UTC (rev 17441)
+++ validator/trunk/pom.xml 2009-08-27 16:04:06 UTC (rev 17442)
@@ -47,7 +47,7 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
- <version>1.0.CR5-SNAPSHOT</version>
+ <version>1.0.CR5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
15 years, 1 month
Hibernate SVN: r17440 - beanvalidation/tags.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-08-27 11:45:14 -0400 (Thu, 27 Aug 2009)
New Revision: 17440
Added:
beanvalidation/tags/jsr303-tck-1.0.0.Alpha6/
Log:
[maven-scm] copy for tag jsr303-tck-1.0.0.Alpha6
Copied: beanvalidation/tags/jsr303-tck-1.0.0.Alpha6 (from rev 17439, beanvalidation/trunk/validation-tck)
15 years, 1 month
Hibernate SVN: r17438 - beanvalidation/trunk/validation-tck.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-08-27 10:52:41 -0400 (Thu, 27 Aug 2009)
New Revision: 17438
Modified:
beanvalidation/trunk/validation-tck/pom.xml
Log:
depend explicitly at CR5 of validation api in order to get prepare for release
Modified: beanvalidation/trunk/validation-tck/pom.xml
===================================================================
--- beanvalidation/trunk/validation-tck/pom.xml 2009-08-27 14:32:48 UTC (rev 17437)
+++ beanvalidation/trunk/validation-tck/pom.xml 2009-08-27 14:52:41 UTC (rev 17438)
@@ -44,7 +44,7 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
- <version>1.0.CR5-SNAPSHOT</version>
+ <version>1.0.CR5</version>
</dependency>
<dependency>
<groupId>org.jboss.test-audit</groupId>
15 years, 1 month