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 2009/11/25 04:24:28 UTC

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

Author: lu4242
Date: Wed Nov 25 03:24:28 2009
New Revision: 883970

URL: http://svn.apache.org/viewvc?rev=883970&view=rev
Log:
update versions for alpha release

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

Modified: myfaces/core/branches/2_0_0_alpha/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0_alpha/api/pom.xml?rev=883970&r1=883969&r2=883970&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_alpha/api/pom.xml (original)
+++ myfaces/core/branches/2_0_0_alpha/api/pom.xml Wed Nov 25 03:24:28 2009
@@ -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-alpha</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-alpha</version>
           <scope>provided</scope>
        </dependency> -->
 
@@ -412,7 +412,7 @@
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
             <artifactId>myfaces-test20</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0-alpha</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: myfaces/core/branches/2_0_0_alpha/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0_alpha/assembly/pom.xml?rev=883970&r1=883969&r2=883970&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_alpha/assembly/pom.xml (original)
+++ myfaces/core/branches/2_0_0_alpha/assembly/pom.xml Wed Nov 25 03:24:28 2009
@@ -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-alpha</version>
   </parent>
 
   <scm>

Modified: myfaces/core/branches/2_0_0_alpha/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0_alpha/impl/pom.xml?rev=883970&r1=883969&r2=883970&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_alpha/impl/pom.xml (original)
+++ myfaces/core/branches/2_0_0_alpha/impl/pom.xml Wed Nov 25 03:24:28 2009
@@ -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-alpha</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -840,7 +840,7 @@
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
       <artifactId>myfaces-test20</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-alpha</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -951,7 +951,7 @@
   </repositories>
 
   <properties>
-    <myfaces-shared.version>4.0.1-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>4.0.1-alpha</myfaces-shared.version>
     <myfaces-builder-plugin.version>1.0.4</myfaces-builder-plugin.version>
   </properties>
 </project>

Modified: myfaces/core/branches/2_0_0_alpha/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0_alpha/pom.xml?rev=883970&r1=883969&r2=883970&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0_alpha/pom.xml (original)
+++ myfaces/core/branches/2_0_0_alpha/pom.xml Wed Nov 25 03:24:28 2009
@@ -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-alpha</version>
   <url>http://myfaces.apache.org/core20</url>
   <issueManagement>
     <system>jira</system>