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:09 UTC

svn commit: r883969 - in /myfaces/shared/branches/4_0_0_alpha: core/pom.xml pom.xml shared-impl/pom.xml shared-tomahawk/pom.xml

Author: lu4242
Date: Wed Nov 25 03:24:08 2009
New Revision: 883969

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

Modified:
    myfaces/shared/branches/4_0_0_alpha/core/pom.xml
    myfaces/shared/branches/4_0_0_alpha/pom.xml
    myfaces/shared/branches/4_0_0_alpha/shared-impl/pom.xml
    myfaces/shared/branches/4_0_0_alpha/shared-tomahawk/pom.xml

Modified: myfaces/shared/branches/4_0_0_alpha/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/4_0_0_alpha/core/pom.xml?rev=883969&r1=883968&r2=883969&view=diff
==============================================================================
--- myfaces/shared/branches/4_0_0_alpha/core/pom.xml (original)
+++ myfaces/shared/branches/4_0_0_alpha/core/pom.xml Wed Nov 25 03:24:08 2009
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.1-alpha</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/shared/branches/4_0_0_alpha/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/4_0_0_alpha/pom.xml?rev=883969&r1=883968&r2=883969&view=diff
==============================================================================
--- myfaces/shared/branches/4_0_0_alpha/pom.xml (original)
+++ myfaces/shared/branches/4_0_0_alpha/pom.xml Wed Nov 25 03:24:08 2009
@@ -11,7 +11,7 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Shared For JSF 2.0 - Project</name>
-  <version>4.0.1-SNAPSHOT</version>
+  <version>4.0.1-alpha</version>
   <description>Provides common classes for use in various MyFaces projects.</description>
   <url>http://myfaces.apache.org/shared20</url>
 
@@ -82,7 +82,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-core</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.1-alpha</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>
@@ -92,7 +92,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.0-alpha</version>
       <scope>provided</scope>
     </dependency>
 
@@ -176,7 +176,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>
 

Modified: myfaces/shared/branches/4_0_0_alpha/shared-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/4_0_0_alpha/shared-impl/pom.xml?rev=883969&r1=883968&r2=883969&view=diff
==============================================================================
--- myfaces/shared/branches/4_0_0_alpha/shared-impl/pom.xml (original)
+++ myfaces/shared/branches/4_0_0_alpha/shared-impl/pom.xml Wed Nov 25 03:24:08 2009
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.1-alpha</version>
   </parent>
 
   <artifactId>myfaces-shared-impl</artifactId>

Modified: myfaces/shared/branches/4_0_0_alpha/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/4_0_0_alpha/shared-tomahawk/pom.xml?rev=883969&r1=883968&r2=883969&view=diff
==============================================================================
--- myfaces/shared/branches/4_0_0_alpha/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/branches/4_0_0_alpha/shared-tomahawk/pom.xml Wed Nov 25 03:24:08 2009
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.1-alpha</version>
   </parent>
 
   <artifactId>myfaces-shared-tomahawk</artifactId>