[weld-commits] Weld SVN: r4066 - in cdi-tck/trunk: dist and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Oct 14 12:26:33 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-14 12:26:33 -0400 (Wed, 14 Oct 2009)
New Revision: 4066

Modified:
   cdi-tck/trunk/dist/pom.xml
   cdi-tck/trunk/pom.xml
Log:
do an audit on release

Modified: cdi-tck/trunk/dist/pom.xml
===================================================================
--- cdi-tck/trunk/dist/pom.xml	2009-10-14 16:22:45 UTC (rev 4065)
+++ cdi-tck/trunk/dist/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
@@ -14,7 +14,7 @@
    <name>JSR-299 TCK Distribution</name>
    
    <properties>
-      <weld.version>1.0.0-SNAPSHOT</weld.version>
+      <weld.version>1.0.0-CR1</weld.version>
    </properties>
    
    <modules>

Modified: cdi-tck/trunk/pom.xml
===================================================================
--- cdi-tck/trunk/pom.xml	2009-10-14 16:22:45 UTC (rev 4065)
+++ cdi-tck/trunk/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
@@ -301,7 +301,7 @@
                <artifactId>maven-release-plugin</artifactId>
                <configuration>
                   <tagBase>https://svn.jboss.org/repos/weld/cdi-tck/tags</tagBase>
-                  <arguments>-Pdocs</arguments>
+                  <arguments>-Pdocs -Dtck-audit</arguments>
                </configuration>
             </plugin>
          </plugins>



More information about the weld-commits mailing list