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 2010/04/14 04:10:23 UTC

svn commit: r933841 - in /myfaces/core/branches/2_0_0prepare: api/pom.xml impl/pom.xml implee6/pom.xml pom.xml

Author: lu4242
Date: Wed Apr 14 02:10:23 2010
New Revision: 933841

URL: http://svn.apache.org/viewvc?rev=933841&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    myfaces/core/branches/2_0_0prepare/api/pom.xml
    myfaces/core/branches/2_0_0prepare/impl/pom.xml
    myfaces/core/branches/2_0_0prepare/implee6/pom.xml
    myfaces/core/branches/2_0_0prepare/pom.xml

Modified: myfaces/core/branches/2_0_0prepare/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0prepare/api/pom.xml?rev=933841&r1=933840&r2=933841&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0prepare/api/pom.xml (original)
+++ myfaces/core/branches/2_0_0prepare/api/pom.xml Wed Apr 14 02:10:23 2010
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.core</groupId>
@@ -13,9 +13,9 @@
     </description>
     <url>http://myfaces.apache.org/core20/myfaces-api</url>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/api</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/api</url>
     </scm>
     <build>
 

Modified: myfaces/core/branches/2_0_0prepare/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0prepare/impl/pom.xml?rev=933841&r1=933840&r2=933841&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0prepare/impl/pom.xml (original)
+++ myfaces/core/branches/2_0_0prepare/impl/pom.xml Wed Apr 14 02:10:23 2010
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -14,9 +14,9 @@
   </description>
   <url>http://myfaces.apache.org/core20/myfaces-impl</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/impl</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</url>
   </scm>
   <build>
     <resources>

Modified: myfaces/core/branches/2_0_0prepare/implee6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0prepare/implee6/pom.xml?rev=933841&r1=933840&r2=933841&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0prepare/implee6/pom.xml (original)
+++ myfaces/core/branches/2_0_0prepare/implee6/pom.xml Wed Apr 14 02:10:23 2010
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -15,9 +15,9 @@
   </description>
   <url>http://myfaces.apache.org/core20/myfaces-implee6</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/2_0_0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/implee6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/implee6</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/implee6</url>
   </scm>
   
   <build>

Modified: myfaces/core/branches/2_0_0prepare/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0prepare/pom.xml?rev=933841&r1=933840&r2=933841&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0prepare/pom.xml (original)
+++ myfaces/core/branches/2_0_0prepare/pom.xml Wed Apr 14 02:10:23 2010
@@ -16,16 +16,16 @@
     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</version>
+  <version>2.0.1-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/branches/2_0_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/trunk</url>
   </scm>
   <modules>
     <!-- module>build</module -->