[jboss-cvs] Repository SVN: r22684 - in maven2/org/hibernate/hibernate-validator: 4.0.0.Alpha2 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 3 09:47:12 EST 2009


Author: hardy.ferentschik
Date: 2009-03-03 09:47:11 -0500 (Tue, 03 Mar 2009)
New Revision: 22684

Added:
   maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/
   maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar
   maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar.md5
   maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar.sha1
   maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom
   maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom.md5
   maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom.sha1
Log:
Added 4.0.0.Alpha2 release of Hibernate Validator

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


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

Added: maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar.md5
===================================================================
--- maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar.md5	                        (rev 0)
+++ maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar.md5	2009-03-03 14:47:11 UTC (rev 22684)
@@ -0,0 +1 @@
+a8554e9104caa4f0ca5318d6df00af21
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar.sha1
===================================================================
--- maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.jar.sha1	2009-03-03 14:47:11 UTC (rev 22684)
@@ -0,0 +1 @@
+ec57e85f8963488f4f44d1a75830b2ae697a0608
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom
===================================================================
--- maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom	                        (rev 0)
+++ maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom	2009-03-03 14:47:11 UTC (rev 22684)
@@ -0,0 +1,151 @@
+<?xml version="1.0"?>
+<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">
+    <parent>
+        <artifactId>hibernate-validator-parent</artifactId>
+        <groupId>org.hibernate</groupId>
+        <version>4.0.0.Alpha2</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.hibernate</groupId>
+    <artifactId>hibernate-validator</artifactId>
+    <name>Hibernate Validator</name>
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>http://validator.hibernate.org</url>
+        </site>
+    </distributionManagement>
+    <dependencies>
+        <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>1.0.Beta4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <scope>runtime</scope>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.4</version>
+            <scope>test</scope>
+        </dependency>
+       <dependency>
+            <groupId>junitperf</groupId>
+            <artifactId>junitperf</artifactId>
+            <version>1.8</version>
+            <scope>test</scope>
+        </dependency>        
+    </dependencies>
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <configuration>
+                    <descriptors>
+                        <descriptor>src/main/assembly/dist.xml</descriptor>
+                    </descriptors>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jdocbook-plugin</artifactId>
+                <version>2.1.0</version>
+                <extensions>true</extensions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.hibernate</groupId>
+                        <artifactId>hibernate-jdocbook-style</artifactId>
+                        <version>1.0.2</version>
+                        <type>jdocbook-style</type>
+                    </dependency>
+                </dependencies>
+                <configuration>
+                    <sourceDocumentName>master.xml</sourceDocumentName>
+                    <sourceDirectory>${basedir}/src/main/docbook/en-US</sourceDirectory>
+                    <masterTranslation>en-US</masterTranslation>
+                    <imageResource>
+                        <directory>${basedir}/src/main/docbook/en-US/images</directory>
+                    </imageResource>
+                    <formats>
+                        <format>
+                            <formatName>pdf</formatName>
+                            <stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
+                            <finalName>hibernate-validator-guide.pdf</finalName>
+                        </format>
+                        <format>
+                            <formatName>html_single</formatName>
+                            <stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                        <format>
+                            <formatName>html</formatName>
+                            <stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                    </formats>
+                    <options>
+                        <xincludeSupported>true</xincludeSupported>
+                        <localeSeparator>-</localeSeparator>
+                        <useRelativeImageUris>true</useRelativeImageUris>
+                    </options>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>make-doc</id>
+                        <phase>site</phase>
+                        <goals>
+                            <goal>resources</goal>
+                            <goal>generate</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.0.1</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <id>html</id>
+                        <configuration>
+                            <tags>
+                                <tag>
+                                    <name>todo</name>
+                                    <placement>a</placement>
+                                    <head>ToDo:</head>
+                                </tag>
+                            </tags>
+                        </configuration>
+                        <reports>
+                            <report>javadoc</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+</project>

Added: maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom.md5
===================================================================
--- maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom.md5	                        (rev 0)
+++ maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom.md5	2009-03-03 14:47:11 UTC (rev 22684)
@@ -0,0 +1 @@
+adc19da58dc5481b6ccc12e4d3af7388
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-validator/4.0.0.Alpha2/hibernate-validator-4.0.0.Alpha2.pom.sha1	2009-03-03 14:47:11 UTC (rev 22684)
@@ -0,0 +1 @@
+3c3b0bde6c6fdcb7a7c03aa8b2de5c7f52925254
\ No newline at end of file




More information about the jboss-cvs-commits mailing list