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/19 22:03:05 UTC

svn commit: r935721 - in /myfaces: core/trunk/api/pom.xml core/trunk/impl/pom.xml shared/trunk_4.0.x/pom.xml

Author: jakobk
Date: Mon Apr 19 20:03:05 2010
New Revision: 935721

URL: http://svn.apache.org/viewvc?rev=935721&view=rev
Log:
Changed the version of myfaces-test20 to 1.0.0-SNAPSHOT to be able to use changes of myfaces-test20 in tests of myfaces core more quickly (after the next snapshot build of myfaces-test20)

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml
    myfaces/shared/trunk_4.0.x/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=935721&r1=935720&r2=935721&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Mon Apr 19 20:03:05 2010
@@ -410,7 +410,7 @@
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
             <artifactId>myfaces-test20</artifactId>
-            <version>1.0.0-beta</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=935721&r1=935720&r2=935721&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Mon Apr 19 20:03:05 2010
@@ -910,7 +910,7 @@
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
       <artifactId>myfaces-test20</artifactId>
-      <version>1.0.0-beta</version>
+      <version>1.0.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: myfaces/shared/trunk_4.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/pom.xml?rev=935721&r1=935720&r2=935721&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/pom.xml Mon Apr 19 20:03:05 2010
@@ -176,7 +176,7 @@
     <dependency>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test20</artifactId>
-        <version>1.0.0-beta</version>
+        <version>1.0.0-SNAPSHOT</version>
         <scope>test</scope>
     </dependency>