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/26 23:27:13 UTC

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

Author: lu4242
Date: Tue Jan 26 22:27:13 2010
New Revision: 903459

URL: http://svn.apache.org/viewvc?rev=903459&view=rev
Log:
update version to 2.0.0-beta and 4.0.1-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=903459&r1=903458&r2=903459&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_beta/api/pom.xml (original)
+++ myfaces/core/branches/2_0_0_beta/api/pom.xml Tue Jan 26 22:27:13 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=903459&r1=903458&r2=903459&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_beta/assembly/pom.xml (original)
+++ myfaces/core/branches/2_0_0_beta/assembly/pom.xml Tue Jan 26 22:27:13 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=903459&r1=903458&r2=903459&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_beta/impl/pom.xml (original)
+++ myfaces/core/branches/2_0_0_beta/impl/pom.xml Tue Jan 26 22:27:13 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>
@@ -957,7 +957,7 @@
   </repositories>
 
   <properties>
-    <myfaces-shared.version>4.0.1-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>4.0.1-beta</myfaces-shared.version>
     <myfaces-builder-plugin.version>1.0.5</myfaces-builder-plugin.version>
   </properties>
 </project>

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=903459&r1=903458&r2=903459&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_beta/pom.xml (original)
+++ myfaces/core/branches/2_0_0_beta/pom.xml Tue Jan 26 22:27:13 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>