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 2009/10/26 21:25:19 UTC

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

Author: gerdogdu
Date: Mon Oct 26 20:25:19 2009
New Revision: 829940

URL: http://svn.apache.org/viewvc?rev=829940&view=rev
Log:
Update jsr299 jars to final versions from central maven

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

Modified: incubator/openwebbeans/trunk/webbeans-porting/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-porting/pom.xml?rev=829940&r1=829939&r2=829940&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-porting/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-porting/pom.xml Mon Oct 26 20:25:19 2009
@@ -74,7 +74,7 @@
        <dependency>
          <groupId>org.jboss.jsr299.tck</groupId>
          <artifactId>jsr299-tck-api</artifactId>
-         <version>1.0.0-SNAPSHOT</version>
+         <version>1.0.0-CR2</version>
       </dependency>
 
       <dependency>

Modified: incubator/openwebbeans/trunk/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-tck/pom.xml?rev=829940&r1=829939&r2=829940&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-tck/pom.xml Mon Oct 26 20:25:19 2009
@@ -33,7 +33,7 @@
 	<description>All TCK tests for the  OpenWebBeans Implementation</description>
 
     <properties>
-        <webbeans.tck.version>1.0.0-SNAPSHOT</webbeans.tck.version>
+        <webbeans.tck.version>1.0.0-CR2</webbeans.tck.version>
     </properties>
     
     <dependencies>