[jboss-cvs] Repository SVN: r1398 - in maven2/org/hibernate: hibernate-validator and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 21 18:23:29 EDT 2007


Author: petemuir
Date: 2007-09-21 18:23:29 -0400 (Fri, 21 Sep 2007)
New Revision: 1398

Added:
   maven2/org/hibernate/hibernate-validator/
   maven2/org/hibernate/hibernate-validator/3.0.0.GA/
   maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.jar
   maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.jar.sha1
   maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom
   maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom.sha1
Log:
Hibernate Validator 3.0.0.GA

Added: maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.jar.sha1
===================================================================
--- maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.jar.sha1	2007-09-21 22:23:29 UTC (rev 1398)
@@ -0,0 +1 @@
+105b5e249bfa39d9b2e7b5a3032c947128e8b1a8
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom
===================================================================
--- maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom	                        (rev 0)
+++ maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom	2007-09-21 22:23:29 UTC (rev 1398)
@@ -0,0 +1,29 @@
+<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</artifactId>
+	<packaging>jar</packaging>
+	<name>Hibernate Validator</name>
+	<version>3.0.0.GA</version>
+	<url>http://validator.hibernate.org</url>
+	<licenses>
+		<license>
+			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+			<url>http://www.gnu.org/licenses/lgpl.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<description>Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.</description>
+	<scm>
+		<url>http://anonhibernate.labs.jboss.com/trunk/HibernateExt/validator</url>
+	</scm>	
+        <dependencies>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate</artifactId>
+			<version>3.2.4.sp1</version>
+		</dependency>
+	</dependencies>
+</project>

Added: maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom.sha1	2007-09-21 22:23:29 UTC (rev 1398)
@@ -0,0 +1 @@
+5dc986ce41f5c37d595dbb80eaee1f4160c128d7
\ No newline at end of file




More information about the jboss-cvs-commits mailing list