You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/04/29 20:04:50 UTC

svn commit: r939409 - /myfaces/current12/test-webapp/pom.xml

Author: jakobk
Date: Thu Apr 29 18:04:50 2010
New Revision: 939409

URL: http://svn.apache.org/viewvc?rev=939409&view=rev
Log:
test-webapp on the 1.2.x branch should use MyFaces core 1.2.9-SNAPSHOT

Modified:
    myfaces/current12/test-webapp/pom.xml

Modified: myfaces/current12/test-webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/test-webapp/pom.xml?rev=939409&r1=939408&r2=939409&view=diff
==============================================================================
--- myfaces/current12/test-webapp/pom.xml (original)
+++ myfaces/current12/test-webapp/pom.xml Thu Apr 29 18:04:50 2010
@@ -101,13 +101,13 @@
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-api</artifactId>
-                    <version>1.2.8-SNAPSHOT</version>
+                    <version>1.2.9-SNAPSHOT</version>
                     <scope>compile</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-impl</artifactId>
-                    <version>1.2.8-SNAPSHOT</version>
+                    <version>1.2.9-SNAPSHOT</version>
                     <scope>compile</scope>
                 </dependency>
             </dependencies>