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 2011/03/26 04:56:35 UTC

svn commit: r1085641 - /myfaces/core/branches/2.1.x/pom.xml

Author: lu4242
Date: Sat Mar 26 03:56:35 2011
New Revision: 1085641

URL: http://svn.apache.org/viewvc?rev=1085641&view=rev
Log:
update shared to 4.1.0-SNAPSHOT

Modified:
    myfaces/core/branches/2.1.x/pom.xml

Modified: myfaces/core/branches/2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/pom.xml?rev=1085641&r1=1085640&r2=1085641&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/pom.xml (original)
+++ myfaces/core/branches/2.1.x/pom.xml Sat Mar 26 03:56:35 2011
@@ -28,13 +28,13 @@
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
     <packaging>pom</packaging>
-    <name>Apache MyFaces JSF-2.0 Core Project</name>
+    <name>Apache MyFaces JSF-2.1 Core Project</name>
     <description>
-        This project is the home of the MyFaces implementation of the JavaServer Faces 2.0 specification, and
+        This project is the home of the MyFaces implementation of the JavaServer Faces 2.1 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
     <version>2.1.0-SNAPSHOT</version>
-    <url>http://myfaces.apache.org/core20</url>
+    <url>http://myfaces.apache.org/core21</url>
     
     <issueManagement>
         <system>jira</system>
@@ -56,7 +56,7 @@
 
     <properties>
         <!-- MyFaces shared-impl version to use -->
-        <myfaces-shared.version>4.0.6-SNAPSHOT</myfaces-shared.version>
+        <myfaces-shared.version>4.1.0-SNAPSHOT</myfaces-shared.version>
     </properties>
 
     <build>