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

svn commit: r964534 - in /myfaces/core/trunk: api/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Thu Jul 15 18:46:20 2010
New Revision: 964534

URL: http://svn.apache.org/viewvc?rev=964534&view=rev
Log:
change temporally to 1.0.0-beta-4 and 4.0.2

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=964534&r1=964533&r2=964534&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Thu Jul 15 18:46:20 2010
@@ -535,7 +535,7 @@
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
             <artifactId>myfaces-test20</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0-beta-4</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=964534&r1=964533&r2=964534&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Thu Jul 15 18:46:20 2010
@@ -1002,7 +1002,7 @@
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
       <artifactId>myfaces-test20</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-beta-4</version>
       <scope>test</scope>
     </dependency>
     

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=964534&r1=964533&r2=964534&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Thu Jul 15 18:46:20 2010
@@ -239,6 +239,6 @@
     </distributionManagement>
 
     <properties>
-      <myfaces-shared.version>4.0.2-SNAPSHOT</myfaces-shared.version>
+      <myfaces-shared.version>4.0.2</myfaces-shared.version>
     </properties>
 </project>