You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sl...@apache.org on 2008/08/27 23:58:11 UTC

svn commit: r689637 - in /myfaces/core/branches/2_0_0: api/pom.xml assembly/pom.xml build/pom.xml impl/pom.xml pom.xml

Author: slessard
Date: Wed Aug 27 14:58:11 2008
New Revision: 689637

URL: http://svn.apache.org/viewvc?rev=689637&view=rev
Log:
POM modification

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

Modified: myfaces/core/branches/2_0_0/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/pom.xml?rev=689637&r1=689636&r2=689637&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/api/pom.xml (original)
+++ myfaces/core/branches/2_0_0/api/pom.xml Wed Aug 27 14:58:11 2008
@@ -2,20 +2,20 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-api</artifactId>
-  <name>Apache Myfaces JSF Core-1.2 API</name>
+  <name>Apache Myfaces JSF Core-2.0 API</name>
   <description>
-    The public API classes of the Apache MyFaces CORE JSF-1.2 project
+    The public API classes of the Apache MyFaces CORE JSF-2.0 project
   </description>
   <url>http://myfaces.apache.org/core12/myfaces-api</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/api</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/api</url>
   </scm>
   <build>
     <plugins>

Modified: myfaces/core/branches/2_0_0/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/assembly/pom.xml?rev=689637&r1=689636&r2=689637&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/assembly/pom.xml (original)
+++ myfaces/core/branches/2_0_0/assembly/pom.xml Wed Aug 27 14:58:11 2008
@@ -11,13 +11,13 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/assembly</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/assembly</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/assembly</url>
   </scm>
 
   <build>

Modified: myfaces/core/branches/2_0_0/build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/build/pom.xml?rev=689637&r1=689636&r2=689637&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/build/pom.xml (original)
+++ myfaces/core/branches/2_0_0/build/pom.xml Wed Aug 27 14:58:11 2008
@@ -38,21 +38,21 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
 
-  <name>Apache MyFaces Core 1.2 Build</name>
-  <description>Apache MyFaces 1.2 Core Build</description>
+  <name>Apache MyFaces Core 2.0 Build</name>
+  <description>Apache MyFaces 2.0 Core Build</description>
 
   <artifactId>myfaces-build</artifactId>
   <packaging>jar</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/build</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/build</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/build</url>
   </scm>
 
   <build>

Modified: myfaces/core/branches/2_0_0/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/impl/pom.xml?rev=689637&r1=689636&r2=689637&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/impl/pom.xml (original)
+++ myfaces/core/branches/2_0_0/impl/pom.xml Wed Aug 27 14:58:11 2008
@@ -3,20 +3,20 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-impl</artifactId>
-  <name>Apache MyFaces JSF-1.2 Core Impl</name>
+  <name>Apache MyFaces JSF-2.0 Core Impl</name>
   <description>
-    The private implementation classes of the Apache MyFaces Core JSF/1.2 Implementation
+    The private implementation classes of the Apache MyFaces Core JSF-2.0 Implementation
   </description>
-  <url>http://myfaces.apache.org/core12/myfaces-impl</url>
+  <url>http://myfaces.apache.org/core20/myfaces-impl</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/impl</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/impl</url>
   </scm>
   <build>
     <resources>

Modified: myfaces/core/branches/2_0_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/pom.xml?rev=689637&r1=689636&r2=689637&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/pom.xml (original)
+++ myfaces/core/branches/2_0_0/pom.xml Wed Aug 27 14:58:11 2008
@@ -15,21 +15,21 @@
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
-  <name>Apache MyFaces JSF-1.2 Core Project</name>
+  <name>Apache MyFaces JSF-2.0 Core Project</name>
   <description>
-    This project is the home of the MyFaces implementation of the JavaServer Faces 1.2 specification, and
+    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>1.2.4-SNAPSHOT</version>
-  <url>http://myfaces.apache.org/core12</url>
+  <version>2.0.0-SNAPSHOT</version>
+  <url>http://myfaces.apache.org/core20</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
   </issueManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/branches/2_0__x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/branches/2_0__x</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/branches/2_0__x</url>
   </scm>
   <modules>
     <module>build</module>