Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: b8bc592b40f4a197c14b55de2e3fd0d623920041
https://github.com/hibernate/hibernate-validator/commit/b8bc592b40f4a197c...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-22 (Tue, 22 Feb 2011)
Changed paths:
A hibernate-validator-archetype/archetype.properties
Log Message:
-----------
HV-400 Adding archetype.properties file.
Commit: c870313fd8725957384ae9f7f16bcb2762370f87
https://github.com/hibernate/hibernate-validator/commit/c870313fd87259573...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-22 (Tue, 22 Feb 2011)
Changed paths:
M hibernate-validator-archetype/pom.xml
Log Message:
-----------
HV-400 Adding archetype profile.
Commit: b4e820d301bcebe9b35ed88587d997f207b5ad24
https://github.com/hibernate/hibernate-validator/commit/b4e820d301bcebe9b...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-22 (Tue, 22 Feb 2011)
Changed paths:
M hibernate-validator-archetype/pom.xml
Log Message:
-----------
HV-400 Adding comments.
Commit: 21e9bfd47a111cd28dcd3bd008b197d10262594a
https://github.com/hibernate/hibernate-validator/commit/21e9bfd47a111cd28...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-22 (Tue, 22 Feb 2011)
Changed paths:
M pom.xml
Log Message:
-----------
HV-400 Updating maven archetype plugin configuration.
To allow deployment and installation of the archetype during the install and deploy
phases, the version of maven-archetype-plugin has to be 2.0-alpha-5.
Commit: 836731e48c011f43f2a7a69dbea09de58c159504
https://github.com/hibernate/hibernate-validator/commit/836731e48c011f43f...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-22 (Tue, 22 Feb 2011)
Changed paths:
M hibernate-validator-archetype/pom.xml
Log Message:
-----------
HV-400 Updating junit version.
Commit: 623d4285bd7b2b8bb9c0174727b124d8022b795c
https://github.com/hibernate/hibernate-validator/commit/623d4285bd7b2b8bb...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-23 (Wed, 23 Feb 2011)
Changed paths:
M hibernate-validator-archetype/pom.xml
Log Message:
-----------
HV-400 Adding project parent
version to hibernate-validator dependency.
Commit: 1f6971b46bcd2126f6618f81031a6b8e3999e74f
https://github.com/hibernate/hibernate-validator/commit/1f6971b46bcd2126f...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-23 (Wed, 23 Feb 2011)
Changed paths:
M hibernate-validator-archetype/pom.xml
A hibernate-validator-archetype/src/main/java/com/example/Car.java
A hibernate-validator-archetype/src/main/java/com/example/CarChecks.java
A hibernate-validator-archetype/src/main/java/com/example/Driver.java
A hibernate-validator-archetype/src/main/java/com/example/DriverChecks.java
A hibernate-validator-archetype/src/main/java/com/example/OrderedChecks.java
A hibernate-validator-archetype/src/main/java/com/example/Person.java
A hibernate-validator-archetype/src/main/java/com/example/RentalCar.java
R
hibernate-validator-archetype/src/main/java/org/hibernate/validator/quickstart/Car.java
R
hibernate-validator-archetype/src/main/java/org/hibernate/validator/quickstart/CarChecks.java
R
hibernate-validator-archetype/src/main/java/org/hibernate/validator/quickstart/Driver.java
R
hibernate-validator-archetype/src/main/java/org/hibernate/validator/quickstart/DriverChecks.java
R
hibernate-validator-archetype/src/main/java/org/hibernate/validator/quickstart/OrderedChecks.java
R
hibernate-validator-archetype/src/main/java/org/hibernate/validator/quickstart/Person.java
R
hibernate-validator-archetype/src/main/java/org/hibernate/validator/quickstart/RentalCar.java
A hibernate-validator-archetype/src/test/java/com/example/BootstrapTest.java
A hibernate-validator-archetype/src/test/java/com/example/CarTest.java
A hibernate-validator-archetype/src/test/java/com/example/GroupTest.java
R
hibernate-validator-archetype/src/test/java/org/hibernate/validator/quickstart/BootstrapTest.java
R
hibernate-validator-archetype/src/test/java/org/hibernate/validator/quickstart/CarTest.java
R
hibernate-validator-archetype/src/test/java/org/hibernate/validator/quickstart/GroupTest.java
Log Message:
-----------
HV-400 Fixing replacement of org.hibernate package.
Commit: bbe9b2b5eadfbb40f290bd327d10fbe3f0ff890e
https://github.com/hibernate/hibernate-validator/commit/bbe9b2b5eadfbb40f...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-23 (Wed, 23 Feb 2011)
Changed paths:
M hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
Log Message:
-----------
HV-400 Updating maven archetype command in reference guide.
Commit: 8ea833519ddac9cca05b1ca8fedc0b5d916f131e
https://github.com/hibernate/hibernate-validator/commit/8ea833519ddac9cca...
Author: Kevin Pollet <pollet.kevin(a)gmail.com>
Date: 2011-02-24 (Thu, 24 Feb 2011)
Changed paths:
M hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
Log Message:
-----------
HV-400 Adding note in the reference guide.