You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2010/11/30 01:25:06 UTC

svn commit: r1040357 - /myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml

Author: gpetracek
Date: Tue Nov 30 00:25:05 2010
New Revision: 1040357

URL: http://svn.apache.org/viewvc?rev=1040357&view=rev
Log:
changed to released version

Modified:
    myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml

Modified: myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml?rev=1040357&r1=1040356&r2=1040357&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/test-modules/cargo-test-module/pom.xml Tue Nov 30 00:25:05 2010
@@ -154,14 +154,14 @@
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
-            <version>2.0.3-SNAPSHOT</version>
+            <version>2.0.2</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-impl</artifactId>
-            <version>2.0.3-SNAPSHOT</version>
+            <version>2.0.2</version>
             <scope>runtime</scope>
         </dependency>