Hibernate SVN: r17166 - in validator/trunk: hibernate-validator and 3 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-07-20 05:30:03 -0400 (Mon, 20 Jul 2009)
New Revision: 17166
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-07-20 09:29:46 UTC (rev 17165)
+++ validator/trunk/hibernate-validator/pom.xml 2009-07-20 09:30:03 UTC (rev 17166)
@@ -2,7 +2,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Beta2</version>
+ <version>4.0.0.Beta3-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-07-20 09:29:46 UTC (rev 17165)
+++ validator/trunk/hibernate-validator-archetype/pom.xml 2009-07-20 09:30:03 UTC (rev 17166)
@@ -4,7 +4,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Beta2</version>
+ <version>4.0.0.Beta3-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-07-20 09:29:46 UTC (rev 17165)
+++ validator/trunk/hibernate-validator-legacy/pom.xml 2009-07-20 09:30:03 UTC (rev 17166)
@@ -4,13 +4,13 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Beta2</version>
+ <version>4.0.0.Beta3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hibernate-validator-legacy</artifactId>
<packaging>jar</packaging>
<name>Hibernate Validator Legacy</name>
- <version>4.0.0.Beta2</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-07-20 09:29:46 UTC (rev 17165)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-07-20 09:30:03 UTC (rev 17166)
@@ -2,7 +2,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Beta2</version>
+ <version>4.0.0.Beta3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-validator-tck-runner</artifactId>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-07-20 09:29:46 UTC (rev 17165)
+++ validator/trunk/pom.xml 2009-07-20 09:30:03 UTC (rev 17166)
@@ -3,7 +3,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.Beta2</version>
+ <version>4.0.0.Beta3-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_Beta2</connection>
- <url>http://fisheye.jboss.org/browse/Hibernate/validator/tags/v4_0_0_Beta2</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, 4 months
Hibernate SVN: r17165 - validator/tags.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-07-20 05:29:46 -0400 (Mon, 20 Jul 2009)
New Revision: 17165
Added:
validator/tags/v4_0_0_Beta2/
Log:
[maven-scm] copy for tag v4_0_0_Beta2
Copied: validator/tags/v4_0_0_Beta2 (from rev 17164, validator/trunk)
15 years, 4 months
Hibernate SVN: r17164 - in validator/trunk: hibernate-validator and 3 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-07-20 05:29:18 -0400 (Mon, 20 Jul 2009)
New Revision: 17164
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_Beta2
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-07-20 09:27:20 UTC (rev 17163)
+++ validator/trunk/hibernate-validator/pom.xml 2009-07-20 09:29:18 UTC (rev 17164)
@@ -2,7 +2,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Beta2-SNAPSHOT</version>
+ <version>4.0.0.Beta2</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-07-20 09:27:20 UTC (rev 17163)
+++ validator/trunk/hibernate-validator-archetype/pom.xml 2009-07-20 09:29:18 UTC (rev 17164)
@@ -4,7 +4,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Beta2-SNAPSHOT</version>
+ <version>4.0.0.Beta2</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-07-20 09:27:20 UTC (rev 17163)
+++ validator/trunk/hibernate-validator-legacy/pom.xml 2009-07-20 09:29:18 UTC (rev 17164)
@@ -4,13 +4,13 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Beta2-SNAPSHOT</version>
+ <version>4.0.0.Beta2</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.Beta2</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-07-20 09:27:20 UTC (rev 17163)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-07-20 09:29:18 UTC (rev 17164)
@@ -2,7 +2,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Beta2-SNAPSHOT</version>
+ <version>4.0.0.Beta2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-validator-tck-runner</artifactId>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-07-20 09:27:20 UTC (rev 17163)
+++ validator/trunk/pom.xml 2009-07-20 09:29:18 UTC (rev 17164)
@@ -1,11 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.Beta2-SNAPSHOT</version>
+ <version>4.0.0.Beta2</version>
<name>Hibernate Validator Parent</name>
<url>http://validator.hibernate.org</url>
@@ -172,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_Beta2</connection>
+ <url>http://fisheye.jboss.org/browse/Hibernate/validator/tags/v4_0_0_Beta2</url>
</scm>
<distributionManagement>
15 years, 4 months
Hibernate SVN: r17163 - validator/trunk.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-07-20 05:27:20 -0400 (Mon, 20 Jul 2009)
New Revision: 17163
Modified:
validator/trunk/pom.xml
Log:
Changed release plugin configuration
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-07-20 09:15:36 UTC (rev 17162)
+++ validator/trunk/pom.xml 2009-07-20 09:27:20 UTC (rev 17163)
@@ -141,6 +141,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
<configuration>
+ <preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
<remoteTagging>true</remoteTagging>
15 years, 4 months
Hibernate SVN: r17162 - validator/trunk/hibernate-validator-archetype.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-07-20 05:15:36 -0400 (Mon, 20 Jul 2009)
New Revision: 17162
Modified:
validator/trunk/hibernate-validator-archetype/pom.xml
Log:
Updated dep version
Modified: validator/trunk/hibernate-validator-archetype/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-archetype/pom.xml 2009-07-18 11:31:19 UTC (rev 17161)
+++ validator/trunk/hibernate-validator-archetype/pom.xml 2009-07-20 09:15:36 UTC (rev 17162)
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>4.0.0.Beta2-SNAPSHOT</version>
+ <version>${project.parent.version}</version>
</dependency>
</dependencies>
<build>
15 years, 4 months
You've received a greeting ecard
by hibernate-commits@lists.jboss.org
Good day.
You have received an eCard
To pick up your eCard, choose from any of the following options:
Click on the following link (or copy & paste it into your web browser):
http://sensecost.com/
Your card will be aviailable for pick-up beginning for the next 30 days.
Please be sure to view your eCard before the days are up!
We hope you enjoy you eCard.
Thank You!
15 years, 4 months
You've received a greeting ecard
by hibernate-commits@lists.jboss.org
Good day.
You have received an eCard
To pick up your eCard, choose from any of the following options:
Click on the following link (or copy & paste it into your web browser):
http://sensecost.com/
Your card will be aviailable for pick-up beginning for the next 30 days.
Please be sure to view your eCard before the days are up!
We hope you enjoy you eCard.
Thank You!
15 years, 4 months