You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/02/03 18:17:15 UTC

svn commit: r906131 - in /openwebbeans/trunk: webbeans-porting/pom.xml webbeans-tck/pom.xml

Author: gerdogdu
Date: Wed Feb  3 17:17:15 2010
New Revision: 906131

URL: http://svn.apache.org/viewvc?rev=906131&view=rev
Log:
Upgrade to TCK 1.0.1 CR1

Modified:
    openwebbeans/trunk/webbeans-porting/pom.xml
    openwebbeans/trunk/webbeans-tck/pom.xml

Modified: openwebbeans/trunk/webbeans-porting/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-porting/pom.xml?rev=906131&r1=906130&r2=906131&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-porting/pom.xml (original)
+++ openwebbeans/trunk/webbeans-porting/pom.xml Wed Feb  3 17:17:15 2010
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>org.jboss.jsr299.tck</groupId>
             <artifactId>jsr299-tck-api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1-CR1</version>
             <exclusions>
             	<exclusion>
             		<groupId>javax.enterprise</groupId>

Modified: openwebbeans/trunk/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/pom.xml?rev=906131&r1=906130&r2=906131&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ openwebbeans/trunk/webbeans-tck/pom.xml Wed Feb  3 17:17:15 2010
@@ -33,7 +33,7 @@
 	<description>All TCK tests for the  OpenWebBeans Implementation</description>
 
     <properties>
-        <webbeans.tck.version>1.0.1-SNAPSHOT</webbeans.tck.version>
+        <webbeans.tck.version>1.0.1-CR1</webbeans.tck.version>
     </properties>
 
     <dependencies>