You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2011/04/28 01:11:09 UTC

svn commit: r1097274 - in /myfaces/core/branches/2.1.x: api/pom.xml bundle/pom.xml impl/pom.xml implee6/pom.xml

Author: jakobk
Date: Wed Apr 27 23:11:09 2011
New Revision: 1097274

URL: http://svn.apache.org/viewvc?rev=1097274&view=rev
Log:
change 2.0 references to 2.1 in pom files

Modified:
    myfaces/core/branches/2.1.x/api/pom.xml
    myfaces/core/branches/2.1.x/bundle/pom.xml
    myfaces/core/branches/2.1.x/impl/pom.xml
    myfaces/core/branches/2.1.x/implee6/pom.xml

Modified: myfaces/core/branches/2.1.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/api/pom.xml?rev=1097274&r1=1097273&r2=1097274&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/api/pom.xml (original)
+++ myfaces/core/branches/2.1.x/api/pom.xml Wed Apr 27 23:11:09 2011
@@ -27,11 +27,11 @@
 
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-api</artifactId>
-    <name>Apache MyFaces JSF Core-2.0 API</name>
+    <name>Apache MyFaces JSF Core-2.1 API</name>
     <description>
-        The public API classes of the Apache MyFaces CORE JSF-2.0 project
+        The public API classes of the Apache MyFaces CORE JSF-2.1 project
     </description>
-    <url>http://myfaces.apache.org/core20/myfaces-api</url>
+    <url>http://myfaces.apache.org/core21/myfaces-api</url>
 
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.1.x/api</connection>

Modified: myfaces/core/branches/2.1.x/bundle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/bundle/pom.xml?rev=1097274&r1=1097273&r2=1097274&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/bundle/pom.xml (original)
+++ myfaces/core/branches/2.1.x/bundle/pom.xml Wed Apr 27 23:11:09 2011
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>myfaces-bundle</artifactId>
-    <name>Apache MyFaces JSF-2.0 Core OSGi Bundle</name>
+    <name>Apache MyFaces JSF-2.1 Core OSGi Bundle</name>
     <packaging>bundle</packaging>
 
     <scm>

Modified: myfaces/core/branches/2.1.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/impl/pom.xml?rev=1097274&r1=1097273&r2=1097274&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.1.x/impl/pom.xml Wed Apr 27 23:11:09 2011
@@ -27,11 +27,11 @@
     
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-impl</artifactId>
-    <name>Apache MyFaces JSF-2.0 Core Impl</name>
+    <name>Apache MyFaces JSF-2.1 Core Impl</name>
     <description>
-        The private implementation classes of the Apache MyFaces Core JSF-2.0 Implementation
+        The private implementation classes of the Apache MyFaces Core JSF-2.1 Implementation
     </description>
-    <url>http://myfaces.apache.org/core20/myfaces-impl</url>
+    <url>http://myfaces.apache.org/core21/myfaces-impl</url>
 
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.1.x/impl</connection>

Modified: myfaces/core/branches/2.1.x/implee6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/implee6/pom.xml?rev=1097274&r1=1097273&r2=1097274&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/implee6/pom.xml (original)
+++ myfaces/core/branches/2.1.x/implee6/pom.xml Wed Apr 27 23:11:09 2011
@@ -28,11 +28,11 @@
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-impl-ee6</artifactId>
     <packaging>jar</packaging>
-    <name>Apache MyFaces JSF-2.0 Core Impl for Java EE 6</name>
+    <name>Apache MyFaces JSF-2.1 Core Impl for Java EE 6</name>
     <description>
-        The private implementation classes of the Apache MyFaces Core JSF-2.0 Implementation which require Java EE 6
+        The private implementation classes of the Apache MyFaces Core JSF-2.1 Implementation which require Java EE 6
     </description>
-    <url>http://myfaces.apache.org/core20/myfaces-implee6</url>
+    <url>http://myfaces.apache.org/core21/myfaces-implee6</url>
         
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.1.x/implee6</connection>