[hibernate-commits] Hibernate SVN: r17854 - in beanvalidation/tck/trunk: src/main/docbook/en-US and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 28 05:51:51 EDT 2009


Author: hardy.ferentschik
Date: 2009-10-28 05:51:51 -0400 (Wed, 28 Oct 2009)
New Revision: 17854

Modified:
   beanvalidation/tck/trunk/pom.xml
   beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml
Log:
let the release plugin also build the dist package. version update in docs

Modified: beanvalidation/tck/trunk/pom.xml
===================================================================
--- beanvalidation/tck/trunk/pom.xml	2009-10-27 19:58:19 UTC (rev 17853)
+++ beanvalidation/tck/trunk/pom.xml	2009-10-28 09:51:51 UTC (rev 17854)
@@ -55,11 +55,23 @@
             <groupId>org.jboss.test-harness</groupId>
             <artifactId>jboss-test-harness-api</artifactId>
             <version>1.0.0</version>
+	        <exclusions>
+	            <exclusion>
+	                <groupId>log4j</groupId>
+	                <artifactId>log4j</artifactId>
+	            </exclusion>
+	         </exclusions>
         </dependency>
         <dependency>
             <groupId>org.jboss.test-harness</groupId>
             <artifactId>jboss-test-harness</artifactId>
             <version>1.0.0</version>
+	        <exclusions>
+	            <exclusion>
+	                <groupId>log4j</groupId>
+	                <artifactId>log4j</artifactId>
+	            </exclusion>
+	         </exclusions>
         </dependency>
     </dependencies>
 
@@ -209,7 +221,7 @@
                 <configuration>
                     <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
                     <remoteTagging>true</remoteTagging>
-                    <goals>deploy</goals>
+                    <goals>deploy org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:resources org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:generate assembly:assembly</goals>
                 </configuration>
             </plugin>
             <plugin>

Modified: beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml
===================================================================
--- beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml	2009-10-27 19:58:19 UTC (rev 17853)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml	2009-10-28 09:51:51 UTC (rev 17854)
@@ -71,7 +71,7 @@
     source into a subfolder ri. This will allow you to run the TCK against
     Hibernate Validator.</para>
 
-    <programlisting>svn co http://anonsvn.jboss.org/repos/hibernate/validator/tags/v4_0_0_GA ri</programlisting>
+    <programlisting>svn co http://anonsvn.jboss.org/repos/hibernate/validator/tags/v4_0_1_GA ri</programlisting>
 
     <para>If you have downloaded the Hibernate Validator distribution, extract
     it into a sibling folder named hibernate-validator. The resulting folder



More information about the hibernate-commits mailing list