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/01/22 06:22:55 UTC

svn commit: r902003 - in /myfaces/core/branches/2_0_0_beta: api/pom.xml assembly/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Fri Jan 22 05:22:54 2010
New Revision: 902003

URL: http://svn.apache.org/viewvc?rev=902003&view=rev
Log:
update version from SNAPSHOT to beta

Modified:
    myfaces/core/branches/2_0_0_beta/api/pom.xml
    myfaces/core/branches/2_0_0_beta/assembly/pom.xml
    myfaces/core/branches/2_0_0_beta/impl/pom.xml
    myfaces/core/branches/2_0_0_beta/pom.xml

Modified: myfaces/core/branches/2_0_0_beta/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0_beta/api/pom.xml?rev=902003&r1=902002&r2=902003&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_beta/api/pom.xml (original)
+++ myfaces/core/branches/2_0_0_beta/api/pom.xml Fri Jan 22 05:22:54 2010
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.core</groupId>
@@ -351,7 +351,7 @@
        <dependency>
           <groupId>org.apache.myfaces.core</groupId>
           <artifactId>myfaces-build</artifactId>
-          <version>2.0.0-SNAPSHOT</version>
+          <version>2.0.0-beta</version>
           <scope>provided</scope>
        </dependency> -->
 

Modified: myfaces/core/branches/2_0_0_beta/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0_beta/assembly/pom.xml?rev=902003&r1=902002&r2=902003&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_beta/assembly/pom.xml (original)
+++ myfaces/core/branches/2_0_0_beta/assembly/pom.xml Fri Jan 22 05:22:54 2010
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-beta</version>
   </parent>
 
   <scm>

Modified: myfaces/core/branches/2_0_0_beta/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0_beta/impl/pom.xml?rev=902003&r1=902002&r2=902003&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_beta/impl/pom.xml (original)
+++ myfaces/core/branches/2_0_0_beta/impl/pom.xml Fri Jan 22 05:22:54 2010
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>

Modified: myfaces/core/branches/2_0_0_beta/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0_beta/pom.xml?rev=902003&r1=902002&r2=902003&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_beta/pom.xml (original)
+++ myfaces/core/branches/2_0_0_beta/pom.xml Fri Jan 22 05:22:54 2010
@@ -16,7 +16,7 @@
     This project is the home of the MyFaces implementation of the JavaServer Faces 2.0 specification, and
     consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
   </description>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0-beta</version>
   <url>http://myfaces.apache.org/core20</url>
   <issueManagement>
     <system>jira</system>